Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a199683

Browse files
committedMar 13, 2025
feat: add docs generation to format script (#5294)
1 parent 37757f0 commit a199683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎scripts/format

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ cd "$(dirname "$0")/.."
66

77
echo "==> Running formatters"
88
gofmt -s -w .
9+
10+
echo "==> Generate terraform docs"
11+
./scripts/generate-docs

0 commit comments

Comments
 (0)
Please sign in to comment.