Skip to content

Commit c63f3ae

Browse files
committed
Add lint check to CI
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent 3cd69a3 commit c63f3ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26+
27+
- name: Lint
28+
run: make lint
29+
30+
- name: Makefile diff
31+
run: cp Makefile Makefile.old && go run . . && diff -ubB Makefile.old Makefile

0 commit comments

Comments
 (0)