Skip to content

Commit

Permalink
fix: Update golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Mar 23, 2020
1 parent 50168dc commit 7c5c131
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up golang-ci lint
env:
GOLANGCILINT_VERSION: 1.17.1
run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $HOME/bin v${GOLANGCILINT_VERSION}

- name: Check out code
uses: actions/checkout@v1

- name: Lint
run: PATH="$PATH:$HOME/bin" make lint
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1

0 comments on commit 7c5c131

Please sign in to comment.