Skip to content

Commit

Permalink
ci: update dependency install in pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nimisha-gj committed Jul 25, 2024
1 parent ddf2196 commit eec917e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
python -m pip install --upgrade pip
pip install pre-commit
- name: Installl terraform-docs
run: |
curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/v0.18.0/terraform-docs-v0.18.0-$(uname)-amd64.tar.gz
tar -xzf terraform-docs.tar.gz
chmod +x terraform-docs
mv terraform-docs /some-dir-in-your-PATH/terraform-docs
- name: Install tflint
run: |
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
Expand Down

0 comments on commit eec917e

Please sign in to comment.