From 65967617841d54e8c6c565280df470577c69c6f5 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 10 Nov 2024 13:24:28 +0100 Subject: [PATCH] Attemp again --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee35096..c0c1f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 - with: - license-check: true - lint: true steps: - uses: pnpm/action-setup@v4 with: version: 9 + - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 + with: + license-check: true + lint: true