Skip to content

Commit

Permalink
Merge branch 'master' into 217-drifty-update-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 authored Feb 16, 2024
2 parents 84eddf1 + 5820ddd commit f99fe3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint Code Base
id: lint
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
continue-on-error: true
env:
DEFAULT_BRANCH: master
Expand All @@ -39,6 +39,10 @@ jobs:
VALIDATE_CSHARP: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_YAML: false
VALIDATE_CHECKOV: false
VALIDATE_SHELL_SHFMT: false
- name: Set read and write permission in super linter log
run: sudo chmod 777 super-linter.log
- name: Upload Lint Result
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f99fe3c

Please sign in to comment.