Skip to content

Commit 97d66c2

Browse files
author
Simon Prochazka
committed
chore(ci): use golang cl lint action
1 parent f56bfb8 commit 97d66c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/linters.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ jobs:
1010
uses: actions/checkout@v1
1111
- name: Commitsar check
1212
uses: docker://outillage/commitsar
13+
golangci-lint:
14+
name: runner / golangci-lint
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Check out code into the Go module directory
18+
uses: actions/checkout@v1
19+
- name: golangci-lint
20+
uses: docker://reviewdog/action-golangci-lint
21+
with:
22+
github_token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)