We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981aa3 commit 913d81bCopy full SHA for 913d81b
.github/workflows/pipeline.yaml
@@ -11,12 +11,12 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v4
13
with:
14
- fetch-depth: 0
+ fetch-depth: 1
15
- name: Super-linter
16
uses: super-linter/[email protected]
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- FIX_BASH: true
+ VALIDATE_BASH: false
20
FIX_CHECKOV: true
21
FIX_MARKDOWN: true
22
FIX_MARKDOWN_PRETTIER: true
0 commit comments