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.
1 parent 8047fca commit aa63369Copy full SHA for aa63369
.github/workflows/go.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: go mod tidy -diff
36
- run: go mod download
37
- run: go mod verify
38
-# - run: go generate ./... # TODO!!!
+ - run: go generate ./...
39
- name: Detect uncommitted changes
40
run: |
41
changes=$(git status --porcelain)
0 commit comments