Skip to content

Commit

Permalink
Added a step to tidy go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Oct 3, 2024
1 parent edc8e94 commit 0ff679f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
go-version: '1.23'
check-latest: true

- name: Tidy go.mod files
run: go mod tidy

- name: Verify
run: make ci

0 comments on commit 0ff679f

Please sign in to comment.