Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 316692f

Browse files
Attempt again
1 parent 6395fa2 commit 316692f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/actions/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ on:
1616
- "*.md"
1717

1818
jobs:
19+
setup_pnpm:
20+
steps:
21+
- name: Setup pnpm
22+
uses: pnpm/action-setup@v4
23+
with:
24+
version: 9
25+
1926
test:
27+
needs: [setup_pnpm]
2028
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
2129
with:
2230
license-check: true
2331
lint: true
24-
steps:
25-
uses: pnpm/action-setup@v4
26-
with:
27-
version: 9

0 commit comments

Comments
 (0)