Skip to content

Commit

Permalink
ci: pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Feb 9, 2024
1 parent dc224da commit 9604e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/FrontendCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Format Frontend
run: |
cd client
npm run check
npm install prettier
npx prettier --check .
build:
name: Build
Expand Down

0 comments on commit 9604e27

Please sign in to comment.