Skip to content

Commit

Permalink
fix svelte check annotations in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Nov 15, 2023
1 parent 691502e commit 9d46aff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d46aff

Please sign in to comment.