Skip to content

Commit a825044

Browse files
committed
upgrade terraform version 0.15
1 parent 504deb3 commit a825044

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/terraform.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,6 @@ jobs:
7979
tf_actions_working_dir: ./_example/redis-cluster
8080

8181

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-
10082
- name: 'Slack Notification'
10183
uses: clouddrove/action-slack@v2
10284
with:

0 commit comments

Comments
 (0)