Skip to content

Commit

Permalink
adding godoc install
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jul 17, 2024
1 parent 7f644c1 commit 38e0f51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ runs:
- name: Install Go dependencies
shell: bash
run: go mod download

- name: Install godoc
shell: bash
run: go install golang.org/x/tools/cmd/godoc@latest

0 comments on commit 38e0f51

Please sign in to comment.