Skip to content

Commit

Permalink
Install terraform docs in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 22, 2024
1 parent c4e763e commit d9dd0e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
- name: Setup terraform-docs
uses: jaxxstorm/[email protected]
with:
repo: terraform-docs/terraform-docs
- uses: pre-commit/[email protected]

0 comments on commit d9dd0e1

Please sign in to comment.