Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Aug 10, 2022
1 parent 73009e6 commit 12a5f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --out-${NO_FUTURE}format line-number
skip-go-installation: true
version: latest
args: --out-${NO_FUTURE}format line-number --timeout 5m0s

- name: Build
run: go build -v ./...

0 comments on commit 12a5f20

Please sign in to comment.