Skip to content

Commit

Permalink
support golang ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwq1990 committed Apr 6, 2022
1 parent 6390e6b commit a9f5d81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Lint golang code
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCI_VERSION }}
args: -v

markdownlint-misspell-shellcheck:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit a9f5d81

Please # to comment.