Skip to content

Commit

Permalink
Reuse xmllint script in check-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Nov 18, 2024
1 parent b04bf90 commit 77d6dd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: XML validation
run: |
sudo apt-get install -y libxml2-utils
for i in xml/issue*.xml ; do
xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd $i
done
bin/lint.sh
- name: Generate HTML lists
run: make lists

0 comments on commit 77d6dd6

Please sign in to comment.