Skip to content

Commit aa63369

Browse files
committed
wip
1 parent 8047fca commit aa63369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: go mod tidy -diff
3636
- run: go mod download
3737
- run: go mod verify
38-
# - run: go generate ./... # TODO!!!
38+
- run: go generate ./...
3939
- name: Detect uncommitted changes
4040
run: |
4141
changes=$(git status --porcelain)

0 commit comments

Comments
 (0)