Skip to content

Commit 3aa2ccf

Browse files
committed
feat: add lint check to CI cheks
1 parent e699dc7 commit 3aa2ccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
go-version-file: go.mod
2222
cache: true
2323

24+
- name: Lint
25+
run: make lint
26+
2427
- name: Run tests
2528
run: make test
2629

0 commit comments

Comments
 (0)