Skip to content

Commit d5afd6e

Browse files
CaseyCarterjwakely
authored andcommitted
Reuse xmllint script in check-build.yml
1 parent b185c7d commit d5afd6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: XML validation
3636
run: |
3737
sudo apt-get install -y libxml2-utils
38-
for i in xml/issue*.xml ; do
39-
xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd $i
40-
done
38+
bin/lint.sh
4139
4240
- name: Generate HTML lists
4341
run: make lists

0 commit comments

Comments
 (0)