Skip to content

Commit

Permalink
run go generate on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 7, 2022
1 parent c37e25c commit f126df4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/go-check-setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
runs:
using: "composite"
steps:
- name: Install mockgen
shell: bash
run: go install github.com/golang/mock/mockgen@v1.6.0
- name: Install goimports
shell: bash
run: go install golang.org/x/tools/cmd/goimports@latest
3 changes: 3 additions & 0 deletions .github/workflows/go-check-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"gogenerate": true
}

0 comments on commit f126df4

Please sign in to comment.