Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
high-moctane committed Aug 27, 2023
1 parent 006d74e commit c7dd2e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
go-version: "stable"

- name: Tool
run: make tool

- name: Check
run: make check

Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ fmt:
.PHONY: githook
githook:
lefthook install


.PHONY: tool
tool:
go install golang.org/x/tools/cmd/goimports@latest

0 comments on commit c7dd2e9

Please sign in to comment.