Skip to content

chore: remove npm artifacts (pako was only needed for one-time link g… #12

chore: remove npm artifacts (pako was only needed for one-time link g…

chore: remove npm artifacts (pako was only needed for one-time link g… #12

Workflow file for this run

name: Documentation Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validate:
name: Validate documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Validate docs
run: node .harness/scripts/validate-docs.mjs
- name: Check bilingual parity
run: node .harness/scripts/check-bilingual-parity.mjs
- name: Validate root cleanliness
run: node .harness/scripts/validate-root-cleanliness.mjs
- name: Check orphan bilingual files
run: node .harness/scripts/check-orphan-bilingual.mjs 2>/dev/null || echo "Skipped: script not available"

Check failure on line 37 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 37
- name: Generate coverage dashboard
run: node .harness/scripts/coverage-dashboard.mjs
- name: Upload coverage report
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report
path: COVERAGE_REPORT.md
retention-days: 30
- name: Report bilingual coverage
run: node .harness/scripts/bilingual-coverage.mjs