Skip to content

Commit 243ac1f

Browse files
committed
👷 add golint to CI
1 parent 2bfed3a commit 243ac1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Install dependencies
1818
run: go mod download
19+
- name: Lint
20+
run: make lint
1921
- name: Test
2022
run: make test

0 commit comments

Comments
 (0)