Skip to content

Commit

Permalink
Merge branch 'main' into waterfall-replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 15, 2024
2 parents f41b340 + 4a1a464 commit 9bf2530
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 9bf2530

Please sign in to comment.