Skip to content

Commit

Permalink
Update linter to use the official golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 15, 2020
1 parent 0162404 commit b04476f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ jobs:
name: runner / golangci-lint (pre-build docker image)
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

- name: golangci-lint
uses: pajlada/golangci-lint-action@master
uses: golangci/golangci-lint-action@v2.3.0
with:
extra_args: --new-from-rev=e0a5614e47d349897~0
version: v1.29

args: --new-from-rev=e0a5614e47d349897~0

0 comments on commit b04476f

Please sign in to comment.