Skip to content

Commit

Permalink
Refactor static checks workflow
Browse files Browse the repository at this point in the history
Remove xsd check.
  • Loading branch information
fire committed Aug 20, 2023
1 parent 0b9283b commit 5fd3ce9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ jobs:
echo "Skipping JavaScript formatting as no Web/JS files were changed."
fi
- name: Class reference schema checks
run: |
xmllint --noout --schema doc/class.xsd doc/classes/*.xml modules/*/doc_classes/*.xml
- name: Documentation checks
run: |
doc/tools/make_rst.py --dry-run --color doc/classes modules
Expand Down

0 comments on commit 5fd3ce9

Please sign in to comment.