Skip to content

Commit

Permalink
Run prettier on source directory only
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Jan 7, 2024
1 parent f55cf6c commit 0cb6d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install --save-dev

- name: Prettier Check
run: npx prettier . --check
run: npx prettier /Eplant --check

- name: ESLint Check
if: always()
Expand Down

0 comments on commit 0cb6d5e

Please sign in to comment.