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 6ba5c89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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/gh-actions@v1.2.0
with:
working-dir: .
fail-on-diff: "true"
config-file: ".terraform-docs.yml"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ TODO
| Name | Version |
|------|---------|
| grafana | 3.7.0 |
| time | n/a |

### Inputs

Expand Down

0 comments on commit 6ba5c89

Please sign in to comment.