Skip to content

Commit

Permalink
ci: run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Aug 27, 2024
1 parent 2033ece commit 3abe1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Run generated code
working-directory: ./example
run: |
go mod tidy
go run ./main.go
- name: golangci-lint with reviedog
Expand Down

0 comments on commit 3abe1ff

Please sign in to comment.