Skip to content

Commit 7913b90

Browse files
committed
Grap tidy from GitHub
1 parent db5fc08 commit 7913b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install tidy 5.8.0
1313
run: |
14-
curl -sSL -o /usr/local/bin/tidy 'https://gitlab.com/remram44/taguette/-/snippets/2150886/raw/main/tidy-5.8.0?inline=false'
14+
curl -sSL -o /tmp/tidy.zip https://github.com/remram44/regex-cheatsheet/files/6848619/tidy-5.8.0.zip
15+
unzip -p /tmp/tidy.zip tidy-5.8.0 >/usr/local/bin/tidy
1516
chmod +x /usr/local/bin/tidy
1617
- name: Validate HTML
1718
run: tidy -errors -quiet --drop-empty-elements no regex.html

0 commit comments

Comments
 (0)