Skip to content

Commit

Permalink
Set up Go before running gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslade committed Dec 17, 2024
1 parent 6dcf7c7 commit dcaae32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Install gofumpt tool
run: |
go install mvdan.cc/gofumpt@latest
Expand Down

0 comments on commit dcaae32

Please sign in to comment.