Merge pull request #14 from systemli/golangci-lint-update
update quality action with latest golangci-lint-action
This commit is contained in:
commit
81a0fa4d77
1 changed files with 2 additions and 4 deletions
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
|
@ -9,8 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: GolangCI
|
- name: GolangCI
|
||||||
uses: Mushus/golangci-lint-action@master
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
config: .golangci.yml
|
version: v1.31
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in a new issue