File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1010 - id : check-merge-conflict
1111 - id : check-yaml
1212 - id : check-added-large-files
13+ - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments