Skip to content

Commit 2f0fab0

Browse files
authored
Unpin superlinter (#4245)
1 parent d6a16ab commit 2f0fab0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040
- name: Use more complete checks for generated HTML linting
4141
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
4242
- name: Lint Generated HTML
43-
uses: super-linter/super-linter/slim@v8.1.0
43+
uses: super-linter/super-linter/slim@v8
4444
env:
4545
FILTER_REGEX_INCLUDE: src/static/html/.*
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
LOG_LEVEL: DEBUG
4748
VALIDATE_HTML: true
4849
USE_FIND_ALGORITHM: true
4950
- name: Set the list of URLs for Lighthouse to check

0 commit comments

Comments
 (0)