We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6433c5 commit b92ed11Copy full SHA for b92ed11
.github/workflows/super-linter.yml
@@ -9,3 +9,6 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- uses: docker://github/super-linter:v3
12
+ env:
13
+ VALIDATE_ALL_CODEBASE: false
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments