diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ce5a02..3db9632 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,8 @@ jobs: - name: Check project rules, metadata, and canonical examples run: | - python3 check_project_rules.py && python3 check_emphasis.py + python3 check_project_rules.py + python3 check_emphasis.py npm test python3 tools/test_examples.py --require-tools