Skip to content

Commit c115d52

Browse files
committed
add linter & makefile, update go version=1.21
1 parent 9dc7b2a commit c115d52

File tree

4 files changed

+1750
-2
lines changed

4 files changed

+1750
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: go mod download && go mod tidy
2525

26+
- name: Run lint
27+
run: make lint
28+
2629
- name: Run Tests
27-
run: go test --short -v ./...
30+
run: make test

0 commit comments

Comments
 (0)