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 504deb3 commit a825044Copy full SHA for a825044
.github/workflows/terraform.yml
@@ -79,24 +79,6 @@ jobs:
79
tf_actions_working_dir: ./_example/redis-cluster
80
81
82
- pre-commit:
83
- name: 'Pre-Commit'
84
- needs:
85
- - fmt
86
-
87
- runs-on: ubuntu-latest
88
- steps:
89
- - name: 'Checkout'
90
- uses: actions/checkout@v2.3.4
91
92
- - name: 'Install Tflint'
93
- run: |
94
- curl https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
95
96
- - name: 'Pre-Commit 🔎'
97
- uses: pre-commit/action@v2.0.3
98
- continue-on-error: true
99
100
- name: 'Slack Notification'
101
uses: clouddrove/action-slack@v2
102
with:
0 commit comments