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 ad21709 commit b5f3ee7Copy full SHA for b5f3ee7
.github/workflows/test-website.yml
@@ -35,9 +35,8 @@ jobs:
35
- name: Use more complete checks for generated HTML linting
36
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
37
- name: Lint Generated HTML
38
- uses: super-linter/super-linter/slim@v8.1.0
+ uses: super-linter/super-linter/slim@v8
39
env:
40
- DEFAULT_BRANCH: main
41
FILTER_REGEX_INCLUDE: static/html/.*
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
VALIDATE_HTML: true
0 commit comments