Skip to content

Commit 827b616

Browse files
Set GITHUB_TOKEN variable + rm .vscode-format from lint test
1 parent 105e020 commit 827b616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/super_lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ jobs:
88
uses: actions/checkout@v2
99
- name: super lint
1010
uses: github/super-linter@v3
11+
env:
12+
VALIDATE_ALL_CODEBASE: false
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
FILTER_REGEX_EXCLUDE: .*\.vscode-format/.*

0 commit comments

Comments
 (0)