Skip to content

Commit

Permalink
feat: Added prettier check to job
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent 115bb36 commit 4761a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install
- name: Run linter
run: npm run lint
- name: Run prettier
run: npm run prettier
- name: Run prettier check
run: npm run format:check
- name: Build
run: npm run build

0 comments on commit 4761a3a

Please sign in to comment.