尝试修复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] on: [pull_request]
jobs: jobs:
golangci: golangci:
strategy: go-version: 1.17.x
matrix:
go-version: [1.17.x]
name: lint name: lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -2,9 +2,7 @@ name: PushLint
on: [push] on: [push]
jobs: jobs:
golangci: golangci:
strategy: go-version: 1.17.x
matrix:
go-version: [1.17.x]
name: lint_golangci-lint name: lint_golangci-lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: