Skip to content

Commit

Permalink
disable prettier check because it's horribly ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 15, 2024
1 parent a417461 commit 4a1a464
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/react-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: pnpm install
- name: Run Next.js Lint
run: pnpm run lint
- name: Check Formatting with Prettier
run: npx prettier --check .
# Disabled prettier check because it makes things much uglier :(
#- name: Check Formatting with Prettier
# run: npx prettier --check .
- name: Build the Next.js Project
run: pnpm run build

0 comments on commit 4a1a464

Please sign in to comment.