Skip to content

Commit

Permalink
尝试修复lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 27, 2021
1 parent 0648c97 commit 35f9bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: PullLint
on: [pull_request]
jobs:
golangci:
go-version: 1.17.x
strategy:
go-version: 1.17.x
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: PushLint
on: [push]
jobs:
golangci:
go-version: 1.17.x
strategy:
go-version: 1.17.x
name: lint_golangci-lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 35f9bb3

Please sign in to comment.