Skip to content

Commit

Permalink
Added a step to tidy go.mod files (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
mercybassey and mx-psi authored Oct 11, 2024
1 parent d745106 commit 3b59b8c
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 3b59b8c

Please sign in to comment.