Skip to content

docs: add public project docs and QA-facing repo landing page #1

docs: add public project docs and QA-facing repo landing page

docs: add public project docs and QA-facing repo landing page #1

Workflow file for this run

# Placeholder — lint workflow to be defined after scaffold review.
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Placeholder
run: echo "Lint checks not yet implemented"