mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
尝试修复lint
This commit is contained in:
parent
0648c9785c
commit
35f9bb3758
3
.github/workflows/pull.yml
vendored
3
.github/workflows/pull.yml
vendored
@ -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:
|
||||
|
||||
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user