Skip to content

Commit

Permalink
Move linter to an earlier position
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 2, 2021
1 parent 04a083e commit 1557bb0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -30,6 +30,12 @@ jobs:
with:
fetch-depth: 0

- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
skip-go-installation: true

- name: Install tools
run: make install

Expand All @@ -44,11 +50,6 @@ jobs:
- name: Build
run: make build

- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.37

- name: Test
run: make test

Expand Down

0 comments on commit 1557bb0

Please sign in to comment.