尝试修复lint

This commit is contained in:
fumiama 2021-08-27 16:17:03 +08:00
parent b5666ef48e
commit 0648c9785c
2 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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: