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 db5fc08 commit 7913b90Copy full SHA for 7913b90
.github/workflows/test.yml
@@ -11,7 +11,8 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Install tidy 5.8.0
13
run: |
14
- curl -sSL -o /usr/local/bin/tidy 'https://gitlab.com/remram44/taguette/-/snippets/2150886/raw/main/tidy-5.8.0?inline=false'
+ 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
16
chmod +x /usr/local/bin/tidy
17
- name: Validate HTML
18
run: tidy -errors -quiet --drop-empty-elements no regex.html
0 commit comments