We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db62c11 commit 783e799Copy full SHA for 783e799
.github/workflows/ci.yml
@@ -79,6 +79,7 @@ jobs:
79
- run: ./terraform-docs markdown . --output-file README.md
80
working-directory: ${{ matrix.terraform_module }}
81
82
+ # Apply prettier to the generated docs before we check the diff
83
- run: npx prettier -w .
84
85
- run: >-
0 commit comments