Skip to content

Commit

Permalink
Run golangci-lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 13, 2024
1 parent b713f2f commit 083c485
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,10 @@ jobs:
env:
RUNNER_OS: ${{ runner.os }}

- name: Run lint
run: |
set -xe
go install golang.org/x/lint/golint@latest
make fmtci
make lint
make vet
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58

- name: Slack Notification (not success)
uses: act10ns/slack@v2
Expand Down

0 comments on commit 083c485

Please sign in to comment.