Skip to content

Commit 126c040

Browse files
ci: check go mod tidy won't make new changes
1 parent 249bcf7 commit 126c040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
go-version-file: "go.mod"
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v4
18-
- run: make generate && make check-uncommitted
18+
- run: go mod tidy && make generate && make check-uncommitted
1919
- run: make lint
2020
- run: make test

0 commit comments

Comments
 (0)