Skip to content

Commit 6ad4323

Browse files
committed
Install needed tool
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent f9c53b4 commit 6ad4323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/web.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424
cache: false
25+
- name: Install Tools
26+
run: go install github.com/campoy/embedmd@v1.0.0
2527
- name: Check Generated Documentation
2628
run: make BUILD_IN_CONTAINER=false check-doc
2729
- name: Check White Noise

0 commit comments

Comments
 (0)