Skip to content

Commit a82a14a

Browse files
authored
Update Super Linter (#21)
* Update Super Linter version * Disable JSON Prettier validation in Super Linter workflow
1 parent 00ece11 commit a82a14a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/super-linter.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: Lint
33

4-
on: # yamllint disable-line rule:truthy
4+
on:
55
push: null
66
pull_request: null
77

8-
permissions: { }
8+
permissions: {}
99

1010
jobs:
1111
build:
@@ -27,12 +27,13 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Super-linter
30-
uses: super-linter/super-linter@v6.5.1 # x-release-please-version
30+
uses: super-linter/super-linter@v7.2.1
3131
env:
3232
# To report GitHub Actions status checks
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
VALIDATE_ALL_CODEBASE: true
3435
VALIDATE_JSCPD: false
36+
VALIDATE_JSON_PRETTIER: false
3537
VALIDATE_PYTHON_ISORT: false
3638
VALIDATE_PYTHON_PYLINT: false
3739
VALIDATE_PYTHON_MYPY: false
38-
...

0 commit comments

Comments
 (0)