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
1
.github/workflows/pull.yml
vendored
1
.github/workflows/pull.yml
vendored
@ -2,6 +2,7 @@ name: PullLint
|
|||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
strategy:
|
||||||
go-version: 1.17.x
|
go-version: 1.17.x
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -2,6 +2,7 @@ name: PushLint
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
strategy:
|
||||||
go-version: 1.17.x
|
go-version: 1.17.x
|
||||||
name: lint_golangci-lint
|
name: lint_golangci-lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user