Skip to content

Commit

Permalink
XYZ-12345 Updated bash setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 13, 2024
1 parent 4ac0e3f commit 28180cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIX_BASH: true
VALIDATE_BASH: false
FIX_CHECKOV: true
FIX_MARKDOWN: true
FIX_MARKDOWN_PRETTIER: true
Expand Down

0 comments on commit 28180cf

Please sign in to comment.