Skip to content

Commit b5f3ee7

Browse files
authored
Unpin superlinter (#1141)
* Unpin superlinter * Remove default branch
1 parent ad21709 commit b5f3ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
- name: Use more complete checks for generated HTML linting
3636
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
3737
- name: Lint Generated HTML
38-
uses: super-linter/super-linter/slim@v8.1.0
38+
uses: super-linter/super-linter/slim@v8
3939
env:
40-
DEFAULT_BRANCH: main
4140
FILTER_REGEX_INCLUDE: static/html/.*
4241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
VALIDATE_HTML: true

0 commit comments

Comments
 (0)