Skip to content

Commit 650381b

Browse files
Super linter slim (#3409)
* changed docker image tag * Change test website workflow too --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent a5c4625 commit 650381b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
run: |
3232
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
3333
- name: Lint Code Base
34-
uses: github/super-linter@v4.10.1
35-
#uses: docker://github/super-linter:v4.7.1
34+
uses: github/super-linter/slim@v4.10.1
3635
env:
3736
DEFAULT_BRANCH: main
3837
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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: github/super-linter@v4.10.1
43+
uses: github/super-linter/slim@v4.10.1
4444
env:
4545
DEFAULT_BRANCH: main
4646
FILTER_REGEX_INCLUDE: src/static/html/.*

0 commit comments

Comments
 (0)