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

Commit 79cd7c8

Browse files
Added steps
1 parent 492943f commit 79cd7c8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ on:
1717

1818
jobs:
1919
test:
20-
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 9
23-
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
24-
with:
25-
license-check: true
26-
lint: true
20+
steps:
21+
- uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
24+
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
25+
with:
26+
license-check: true
27+
lint: true

0 commit comments

Comments
 (0)