Skip to content

Commit

Permalink
update pre-commit & terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyanio committed Oct 8, 2020
1 parent bf496fe commit 4e67655
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: 'Install test dependencies.'
run: pip install pre-commit yamllint
run: pip install yamllint

- name: Run yamllint.
run: yamllint ./README.yaml
Expand All @@ -32,9 +32,6 @@ jobs:
make packages/install/gomplate
make readme
- name: Run pre-commit
run: pre-commit run -a && pre-commit install

- name: push to repo back
run: |
git config --global user.email "anmol@clouddrove.com"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 'Terraform Format fmt'
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 0.13.3
tf_actions_version: 0.13.4
tf_actions_subcommand: 'fmt'
tf_actions_working_dir: ./_example/public-subnet
tf_actions_comment: true
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: 'Terraform Init'
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 0.13.3
tf_actions_version: 0.13.4
tf_actions_subcommand: 'init'
tf_actions_working_dir: ./_example/public-subnet
tf_actions_comment: true
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.tfstate.backup
.terraform
.idea
*.iml
*.iml
go.sum
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ repos:
hooks:
- id: check-merge-conflict
- id: check-yaml
- id: check-added-large-files
- id: check-added-large-files
- id: trailing-whitespace

0 comments on commit 4e67655

Please sign in to comment.