We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56bfb8 commit 97d66c2Copy full SHA for 97d66c2
.github/workflows/linters.yml
@@ -10,3 +10,13 @@ jobs:
10
uses: actions/checkout@v1
11
- name: Commitsar check
12
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