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.
2 parents 639992d + a363e08 commit a115017Copy full SHA for a115017
1 file changed
.github/workflows/super-linter.yml
@@ -1,10 +1,15 @@
1
name: Lint Code
2
-
3
on:
4
push:
5
- branches: [ main ]
+ branches: [main]
6
pull_request:
7
+
8
+permissions:
9
+ contents: read
10
+ statuses: write
11
+ pull-requests: write
12
+ checks: write
13
14
jobs:
15
super-linter:
@@ -21,3 +26,7 @@ jobs:
21
26
DEFAULT_BRANCH: main
22
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
28
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
29
+ VALIDATE_ALL_CODEBASE: false
30
+ DISABLE_ERRORS: false
31
+ VALIDATE_GITHUB_ACTIONS: true
32
+ VALIDATE_JSON: true
0 commit comments