We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da5450 commit 569d346Copy full SHA for 569d346
1 file changed
.github/workflows/pre-commit.yml
@@ -49,6 +49,8 @@ jobs:
49
restore-keys: |
50
pre-commit-3|
51
- name: ✅ Run Pre-commit Hooks
52
+ env:
53
+ SKIP: "checkov,tflint,rubocop,terraform-fmt"
54
run: |
55
# shellcheck disable=SC2296
56
pre-commit run --show-diff-on-failure --color=always \
0 commit comments