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 d6a16ab commit 2f0fab0Copy full SHA for 2f0fab0
1 file changed
.github/workflows/test_website.yml
@@ -40,10 +40,11 @@ jobs:
40
- name: Use more complete checks for generated HTML linting
41
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
42
- name: Lint Generated HTML
43
- uses: super-linter/super-linter/slim@v8.1.0
+ uses: super-linter/super-linter/slim@v8
44
env:
45
FILTER_REGEX_INCLUDE: src/static/html/.*
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
+ LOG_LEVEL: DEBUG
48
VALIDATE_HTML: true
49
USE_FIND_ALGORITHM: true
50
- name: Set the list of URLs for Lighthouse to check
0 commit comments