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

Commit 2448c28

Browse files
Fixed ewith
1 parent d08a993 commit 2448c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818
jobs:
1919
test:
2020
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
21-
with:
22-
license-check: true
23-
lint: true
21+
with:
22+
license-check: true
23+
lint: true
2424
steps:
2525
- uses: pnpm/action-setup@v4
2626
with:

0 commit comments

Comments
 (0)