From 8b3230d6e91c0295c466420eae2d606e42c4ac42 Mon Sep 17 00:00:00 2001 From: hopperelec Date: Sun, 7 Jul 2024 01:01:32 +0100 Subject: [PATCH] Fix GitHub workflow --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 49c1082..26f03de 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,17 +15,17 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v4 with: version: 9 - run: pnpm install + - run: pnpm install - run: pnpm run format-check:prisma-prettier stylelint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v4 with: version: 9 - run: pnpm install + - run: pnpm install - run: pnpm run stylelint \ No newline at end of file