We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ece11 commit a82a14aCopy full SHA for a82a14a
.github/workflows/super-linter.yml
@@ -1,11 +1,11 @@
1
---
2
name: Lint
3
4
-on: # yamllint disable-line rule:truthy
+on:
5
push: null
6
pull_request: null
7
8
-permissions: { }
+permissions: {}
9
10
jobs:
11
build:
@@ -27,12 +27,13 @@ jobs:
27
fetch-depth: 0
28
29
- name: Super-linter
30
- uses: super-linter/super-linter@v6.5.1 # x-release-please-version
+ uses: super-linter/super-linter@v7.2.1
31
env:
32
# To report GitHub Actions status checks
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ VALIDATE_ALL_CODEBASE: true
35
VALIDATE_JSCPD: false
36
+ VALIDATE_JSON_PRETTIER: false
37
VALIDATE_PYTHON_ISORT: false
38
VALIDATE_PYTHON_PYLINT: false
39
VALIDATE_PYTHON_MYPY: false
-...
0 commit comments