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 9, 2022
1 parent da75b88 commit f20cc7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/go-check-setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
runs:
using: "composite"
steps:
- name: Install mockgen
shell: bash
run: go install github.com/golang/mock/mockgen@v1.6.0
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 f20cc7c

Please sign in to comment.