We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea6a83 commit 2d38bb0Copy full SHA for 2d38bb0
.github/workflows/HTMLTidy.yml
@@ -15,8 +15,10 @@ jobs:
15
16
steps:
17
- 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
22
- name: Verify rule files
- run: wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
- run: sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
- run: bash cxx-sensors/src/tools/check_rules.sh
23
+ run: bash ./cxx-sensors/src/tools/check_rules.sh
24
0 commit comments