Skip to content

Commit 4cf5de5

Browse files
fix: install golangci-lint action in workflow
1 parent 2bcb45f commit 4cf5de5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
go-version: "1.23"
1717
cache: true
18+
- name: golangci-lint
19+
uses: golangci/golangci-lint-action@v8
1820
- name: Install Task
1921
uses: arduino/setup-task@v2
2022
- name: Run lint

0 commit comments

Comments
 (0)