Skip to content

Commit

Permalink
Update the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Sep 13, 2021
1 parent 85dd47b commit 777dabd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-linting

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with: { go-version: 1.17 }
- run: go mod download
- run: .github/workflows/check-fmt
- run: .github/workflows/check-linting
- run: .github/workflows/check-generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v2

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 777dabd

Please sign in to comment.