Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
cfortuner committed Aug 9, 2023
1 parent bb53ea5 commit 5813ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: npm ci # Use `npm install` if you don't have a package-lock.json

- name: Lint with Prettier
run: npx prettier --check . # Check if the code conforms to prettier formatting
run: npx prettier --check --list-different . # Check if the code conforms to prettier formatting

0 comments on commit 5813ebf

Please sign in to comment.