Skip to content

Correct Roam device vs download metric, Vanar utilization figure and … #168

Correct Roam device vs download metric, Vanar utilization figure and …

Correct Roam device vs download metric, Vanar utilization figure and … #168

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"