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 a5c4625 commit 650381bCopy full SHA for 650381b
2 files changed
.github/workflows/linter.yml
@@ -31,8 +31,7 @@ jobs:
31
run: |
32
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
33
- name: Lint Code Base
34
- uses: github/super-linter@v4.10.1
35
- #uses: docker://github/super-linter:v4.7.1
+ uses: github/super-linter/slim@v4.10.1
36
env:
37
DEFAULT_BRANCH: main
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test_website.yml
@@ -40,7 +40,7 @@ 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
44
45
46
FILTER_REGEX_INCLUDE: src/static/html/.*
0 commit comments