Skip to content

Commit

Permalink
ci: commenting prettier check for now, will be enabled later
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-presidio committed Jan 13, 2025
1 parent fcd6d4c commit 13fb563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
- name: ESLint Check
run: npm run lint

- name: Prettier / Format Check
run: npm run format
# NOTE: Commenting prettier check for now
# - name: Prettier / Format Check
# run: npm run format

- name: Tests
run: xvfb-run -a npm run test
Expand Down

0 comments on commit 13fb563

Please sign in to comment.