From 9d46aff232dde8de9fbea6f8889f51a1f98a8d8e Mon Sep 17 00:00:00 2001 From: Logicer Date: Wed, 15 Nov 2023 01:10:38 +0000 Subject: [PATCH] fix svelte check annotations in actions --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fa5f3e..32e485c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,13 +35,12 @@ jobs: - name: Install dependencies run: pnpm install - - name: Check - run: pnpm check --output machine - continue-on-error: true - - name: Add Svelte Check annotator uses: prgm-dev/svelte-check-pr-annotator@main + - name: Check + run: pnpm check --output machine + - name: Run ESLint run: pnpm lint:ci --output-file .eslint_report.json --format json continue-on-error: true