Skip to content

Commit

Permalink
ci: switch to the official Action for golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 16, 2020
1 parent bcc6b16 commit 2ae65b1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yaml
Expand Up @@ -8,16 +8,15 @@ env:
GO111MODULE: 'on'

jobs:
lint:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Lint Go Code
uses: docker://golangci/golangci-lint:latest
with:
args: golangci-lint run ./...
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29

test:
name: Test
Expand Down

0 comments on commit 2ae65b1

Please sign in to comment.