Skip to content

Commit

Permalink
ci: fix code generation (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Oct 5, 2023
1 parent e49fc63 commit 159b395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/userconfig-generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make generate
- name: install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: generate
run: make generate
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(userconfig): generate schema"

0 comments on commit 159b395

Please sign in to comment.