Skip to content

Commit

Permalink
check-format
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Nov 13, 2023
1 parent 9bd4355 commit 46a5693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: 👷 Check if format is needed
run: |
npm run check-prettier
npm run check-format
if [ $? -ne 0 ]; then
echo "Some files need formatting. Run 'npm run prettier' to format them."
exit 1
Expand Down

0 comments on commit 46a5693

Please sign in to comment.