Skip to content

Commit 3607b25

Browse files
committed
Install golangci-lint in update workflows
1 parent b1aea44 commit 3607b25

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/update-go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: ./.github/actions/setup
1818
with:
1919
go-version: stable
20+
- name: Install golangci-lint
21+
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
2022
- name: Update Go dependencies
2123
run: just update-go
2224
- name: Build Templates

.github/workflows/update-pnpm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
npm pkg set packageManager=pnpm@${LATEST}
2020
- name: Run Common Setup
2121
uses: ./.github/actions/setup
22+
- name: Install golangci-lint
23+
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
2224
- name: Update pnpm dependencies
2325
run: just update-pnpm
2426
- name: Migrate biome configuration

0 commit comments

Comments
 (0)