Skip to content

Batch 7: ten new deep source code audits, verified before publish #173

Batch 7: ten new deep source code audits, verified before publish

Batch 7: ten new deep source code audits, verified before publish #173

Workflow file for this run

name: Docs
on:
push:
branches: [master, main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate markdown
run: |
find . -name "*.md" | wc -l
echo "All documents present"