Skip to content

Commit

Permalink
fix: use 'npm run format' to format code instead of 'npm run prettier'
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Nov 4, 2023
1 parent 1bd6199 commit 31b8e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-svelte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
publish:
continuous-integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
run: npm ci

- name: Format Code
run: npm run prettier
run: npm run format

- name: Check Code
run: npm run lint
Expand Down

0 comments on commit 31b8e68

Please sign in to comment.