We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbb277 commit c94224dCopy full SHA for c94224d
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
- run: ./terraform-docs markdown . --output-file README.md
92
working-directory: ${{ matrix.terraform_module }}
93
94
+ # Apply prettier to the generated docs before we check the diff
95
- run: npx prettier -w .
96
97
- run: >-
0 commit comments