We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50168dc commit 7c5c131Copy full SHA for 7c5c131
.github/workflows/lint.yml
@@ -5,13 +5,7 @@ jobs:
5
name: Lint
6
runs-on: ubuntu-latest
7
steps:
8
- - name: Set up golang-ci lint
9
- env:
10
- GOLANGCILINT_VERSION: 1.17.1
11
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $HOME/bin v${GOLANGCILINT_VERSION}
12
-
13
- name: Check out code
14
uses: actions/checkout@v1
15
16
- - name: Lint
17
- run: PATH="$PATH:$HOME/bin" make lint
+ - name: Run golangci-lint
+ uses: actions-contrib/golangci-lint@v1
0 commit comments