Skip to content

Commit 5d42af2

Browse files
Merge pull request #274 from cybozu-go/push-worrtpyquylv
ci: check go mod tidy won't make new changes
2 parents cf6bce1 + 126c040 commit 5d42af2

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)