Skip to content

Commit dd7492a

Browse files
committed
Add linting Github action
1 parent 5902064 commit dd7492a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26+
27+
- name: Lint
28+
uses: golangci/[email protected]

0 commit comments

Comments
 (0)