mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
改进pushlint
This commit is contained in:
parent
ab7e86218d
commit
c7d2a06147
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -5,11 +5,12 @@ jobs:
|
|||||||
name: lint_golangci-lint
|
name: lint_golangci-lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v2.5.2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
args: --issues-exit-code=0
|
||||||
- name: Commit back
|
- name: Commit back
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user