mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-12 05:21:33 +01:00
fix terraform pre-commit args for terraform-docs (#714)
* fix terraform pre-commit args for terraform-docs * fix docs with terraform-docs 0.8.x Signed-off-by: Thierno BARRY <thierno.barry@polyconseil.fr> * resolve confliting filesx * update homebrew formulas before install * update changelog
This commit is contained in:
committed by
GitHub
parent
de90ff5d3a
commit
065158a970
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install Deps
|
||||
run: brew install pre-commit terraform-docs terraform
|
||||
run: brew update && brew install pre-commit terraform-docs terraform
|
||||
- name: Check Docs
|
||||
run: pre-commit run --show-diff-on-failure --all-files terraform_docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user