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 4ac0e3f commit 28180cfCopy full SHA for 28180cf
.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