We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aea44 commit 3607b25Copy full SHA for 3607b25
.github/workflows/update-go.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: ./.github/actions/setup
18
with:
19
go-version: stable
20
+ - name: Install golangci-lint
21
+ run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
22
- name: Update Go dependencies
23
run: just update-go
24
- name: Build Templates
.github/workflows/update-pnpm.yml
@@ -19,6 +19,8 @@ jobs:
npm pkg set packageManager=pnpm@${LATEST}
- name: Run Common Setup
- name: Update pnpm dependencies
25
run: just update-pnpm
26
- name: Migrate biome configuration
0 commit comments