Skip to content

Commit

Permalink
Update to check only changed/new files.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent fbcf1d8 commit 5271178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Super-linter
uses: super-linter/super-linter@v6.8.0
env:
VALIDATE_ALL_CODEBASE: true # only validate changed or updated files
VALIDATE_ALL_CODEBASE: false # only validate changed or updated files
VALIDATE_BASH_EXEC: false
#VALIDATE_CHECKOV: true
#VALIDATE_DOCKERFILE_HADOLINT: false
Expand Down

0 comments on commit 5271178

Please sign in to comment.