Skip to content

Commit a195d5f

Browse files
authored
Update linter.yml
1 parent d08d55a commit a195d5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Lint Code Base
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
branches: [main]
68

79
jobs:
810
build:
@@ -18,7 +20,8 @@ jobs:
1820
uses: github/super-linter/slim@v6
1921
env:
2022
DEFAULT_BRANCH: main
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2124
VALIDATE_ALL_CODEBASE: false
25+
VALIDATE_CHECKOV: false
2226
VALIDATE_EDITORCONFIG: false
2327
VALIDATE_MARKDOWN: false
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)