Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod authored Aug 19, 2024
1 parent 6543317 commit 8d1b6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npx eslint .

- name: Run Prettier
run: prettier --check .
run: npx prettier --check .

- name: Run SvelteKit check
run: svelte-kit sync && svelte-check --tsconfig ./tsconfig.json
run: npx svelte-kit sync && npx svelte-check --tsconfig ./tsconfig.json

0 comments on commit 8d1b6e0

Please sign in to comment.