Skip to content

Commit 8a6c065

Browse files
committedJul 13, 2021
ci/gha: add golangci-lint run
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 2ed4073 commit 8a6c065

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ jobs:
2929

3030
- name: Test
3131
run: go test -v ./...
32+
33+
lint:
34+
runs-on: ubuntu-20.04
35+
steps:
36+
- uses: actions/checkout@v2
37+
- uses: golangci/golangci-lint-action@v2
38+
with:
39+
# must be specified without patch version
40+
version: v1.41

0 commit comments

Comments
 (0)
Please sign in to comment.