Skip to content

Commit 03566b9

Browse files
committed
chore(gh): add docs hcl workflow
Reviews the formatting of the HCL in the both `docs/` and `examples/` using `terrafmt` and the `GNUmakefile`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 3b93cc2 commit 03566b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/docs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Check Documentation
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
docs:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- name: Install Tools
16+
run: make tools
17+
- name: Check HCL in Documentation
18+
run: make docs-hcl-lint

0 commit comments

Comments
 (0)