Skip to content

Commit

Permalink
chore: enable prettier in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Drish-xD committed Sep 3, 2024
1 parent aa9b18a commit ec58a17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Check ESLint
run: npm run lint:check

# TODO: Uncomment when code is formated by Prettier
# - name: Check Prettier
# run: npm run format:check
- name: Check Prettier
run: npm run format:check

0 comments on commit ec58a17

Please sign in to comment.