Skip to content

Commit bfee9d5

Browse files
authored
Merge branch 'main' into add-python-shebang
2 parents 134f9ac + 83236e9 commit bfee9d5

7 files changed

Lines changed: 753 additions & 486 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: Lint Code
2-
32
on:
43
push:
5-
branches: [ main ]
4+
branches: [main]
65
pull_request:
7-
branches: [ main ]
6+
branches: [main]
7+
8+
permissions:
9+
contents: read
10+
statuses: write
11+
pull-requests: write
12+
checks: write
813

914
jobs:
1015
super-linter:
@@ -21,3 +26,7 @@ jobs:
2126
DEFAULT_BRANCH: main
2227
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2328
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

Comments
 (0)