Skip to content

Commit

Permalink
fix linter action
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedraft committed Nov 3, 2023
1 parent d8fcc87 commit fc6f67c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: go1.21.*
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]

0 comments on commit fc6f67c

Please sign in to comment.