We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf6bce1 + 126c040 commit 5d42af2Copy full SHA for 5d42af2
1 file changed
.github/workflows/main.yaml
@@ -15,6 +15,6 @@ jobs:
15
go-version-file: "go.mod"
16
- name: Set up Docker Buildx
17
uses: docker/setup-buildx-action@v4
18
- - run: make generate && make check-uncommitted
+ - run: go mod tidy && make generate && make check-uncommitted
19
- run: make lint
20
- run: make test
0 commit comments