Skip to content

Commit 2d38bb0

Browse files
authored
Update HTMLTidy.yml
1 parent 4ea6a83 commit 2d38bb0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/HTMLTidy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Install HTML Tidy
19+
run: |
20+
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
21+
sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
1822
- name: Verify rule files
19-
run: wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
20-
run: sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
21-
run: bash cxx-sensors/src/tools/check_rules.sh
23+
run: bash ./cxx-sensors/src/tools/check_rules.sh
2224

0 commit comments

Comments
 (0)