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:
Thierno IB. BARRY
2020-01-28 18:53:55 +01:00
committed by GitHub
parent de90ff5d3a
commit 065158a970
5 changed files with 113 additions and 95 deletions

View File

@@ -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