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 b46fa75 commit 7806902Copy full SHA for 7806902
.github/workflows/HTMLTidy.yml
@@ -19,6 +19,10 @@ jobs:
19
uses: actions/setup-python@v2
20
with:
21
python-version: '3.x'
22
+ - name: Install xmllint
23
+ run: |
24
+ sudo apt-get update
25
+ sudo apt-get install libxml2-utils
26
- name: Install HTML Tidy
27
run: |
28
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
0 commit comments