Skip to content

Commit

Permalink
use golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag <contact.anurag7@gmail.com>
  • Loading branch information
kranurag7 committed Jul 12, 2023
1 parent bf0fae8 commit ab4d516
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
go-version: ['1.20']
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

- name: Checkout
uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit ab4d516

Please sign in to comment.