Skip to content

Commit 395569a

Browse files
committed
update pre-commit & terraform version
1 parent 191bb90 commit 395569a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/readme.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'Install test dependencies.'
21-
run: pip install pre-commit yamllint
21+
run: pip install yamllint
2222

2323
- name: Run yamllint.
2424
run: yamllint ./README.yaml
@@ -31,8 +31,6 @@ jobs:
3131
cd /home/runner/work/terraform-aws-security-group/terraform-aws-security-group
3232
make packages/install/gomplate
3333
make readme
34-
- name: Run pre-commit
35-
run: pre-commit run -a && pre-commit install
3634
3735
- name: push to repo back
3836
run: |

.github/workflows/terraform.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ jobs:
77
name: 'Terraform'
88
runs-on: ubuntu-latest
99
steps:
10-
1110
- name: 'Checkout'
1211
uses: actions/checkout@master
1312

1413
- name: 'Terraform Format fmt'
1514
uses: hashicorp/terraform-github-actions@master
1615
with:
17-
tf_actions_version: 0.13.3
16+
tf_actions_version: 0.13.4
1817
tf_actions_subcommand: 'fmt'
1918
tf_actions_working_dir: "./_example"
2019
tf_actions_comment: true
@@ -49,7 +48,7 @@ jobs:
4948
- name: 'Terraform Init'
5049
uses: hashicorp/terraform-github-actions@master
5150
with:
52-
tf_actions_version: 0.13.3
51+
tf_actions_version: 0.13.4
5352
tf_actions_subcommand: 'init'
5453
tf_actions_working_dir: "./_example"
5554
tf_actions_comment: true

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ repos:
1010
- id: check-merge-conflict
1111
- id: check-yaml
1212
- id: check-added-large-files
13+
- id: trailing-whitespace

0 commit comments

Comments
 (0)