Skip to content

Commit 573d900

Browse files
perdasilvaPer Goncalves da Silva
andauthored
Use make lint for GHA (#221)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 406b76d commit 573d900

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
lint:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
30-
- uses: actions/setup-go@v5
31-
with:
32-
go-version-file: "go.mod"
33-
- uses: golangci/golangci-lint-action@v6
34-
with:
35-
version: v1.63.4
36-
args: --timeout 5m
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-go@v5
31+
with:
32+
go-version-file: "go.mod"
33+
- run: make lint
3734

3835
go-apidiff:
3936
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)