Skip to content

Commit 4c4f944

Browse files
committed
ci(lint): update lint workflow to manually install and run golangci-lint
1 parent dbd009d commit 4c4f944

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/lint.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [master]
66
pull_request:
77

8+
defaults:
9+
run:
10+
shell: bash
11+
812
jobs:
913
golangci:
1014
runs-on: ubuntu-latest
@@ -14,8 +18,8 @@ jobs:
1418
with:
1519
skip-node: true
1620

21+
- name: Install golangci-lint
22+
run: make install/tools
23+
1724
- name: Run golangci-lint
18-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
19-
with:
20-
version: v1.64
21-
args: --verbose --timeout 5m
25+
run: make lint/wasm

0 commit comments

Comments
 (0)