Skip to content

Expand audit to full report depth (MEFAI analysis): FETCHAI-ETH-0xaea… #84

Expand audit to full report depth (MEFAI analysis): FETCHAI-ETH-0xaea…

Expand audit to full report depth (MEFAI analysis): FETCHAI-ETH-0xaea… #84

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"