Skip to content

Commit 3404427

Browse files
committed
chore: run lint inside build_and_test
1 parent e98a297 commit 3404427

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
with:
5353
go-version: ${{ matrix.go }}
5454
check-latest: true
55+
- name: install golangci-lint
56+
uses: golangci/golangci-lint-action@v8
57+
with:
58+
version: v2.1
5559
- run: make test GO_VERSION=${{ steps.setup_go.outputs.go-version }}
5660
- uses: actions/checkout@main
5761
- uses: codecov/codecov-action@v5

.github/workflows/lint.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)