Skip to content

Commit a115017

Browse files
authored
Merge pull request #154 from anufdo/Failed-to-call-GitHub-Status-API-87
Failed to call GitHub status api 87
2 parents 639992d + a363e08 commit a115017

1 file changed

Lines changed: 12 additions & 3 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)