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 b5666ef commit 0648c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: PullLint
on: [pull_request]
jobs:
golangci:
strategy:
matrix:
go-version: [1.17.x]
go-version: 1.17.x
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: PushLint
on: [push]
jobs:
golangci:
strategy:
matrix:
go-version: [1.17.x]
go-version: 1.17.x
name: lint_golangci-lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0648c97

Please sign in to comment.