Skip to content

Commit 7919ad3

Browse files
committed
ci: run go fix
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
1 parent 6256816 commit 7919ad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: go test -v ./...
5858
- name: Run Go Vet
5959
run: go vet ./...
60+
- name: Run Go fix
61+
run: go fix ./...
6062

6163
lint:
6264
strategy:

0 commit comments

Comments
 (0)