Skip to content

Commit

Permalink
Merge pull request #102 from hartraft/bugfix/golangci-lint-fix
Browse files Browse the repository at this point in the history
Update golangci-lint-action to fix builds on lint
  • Loading branch information
mistakenelf committed Aug 10, 2022
2 parents b8a3043 + a70d504 commit 14891e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -6,8 +6,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3.2.0
with:
args: --issues-exit-code=0

0 comments on commit 14891e7

Please sign in to comment.