Skip to content

Commit

Permalink
ci: Check for updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed Aug 28, 2024
1 parent 11394bc commit f2b3331
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
pwd
cd test
go test -v
- name: Check for updated README (terraform-docs)
uses: terraform-docs/[email protected]
with:
working-dir: .
fail-on-diff: "true"
config-file: ".terraform-docs.yml"

0 comments on commit f2b3331

Please sign in to comment.