Skip to content

Commit b46fa75

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/HTMLTidy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Set up Python
19+
uses: actions/setup-python@v2
20+
with:
21+
python-version: '3.x'
1822
- name: Install HTML Tidy
1923
run: |
2024
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb

0 commit comments

Comments
 (0)