Skip to content

Commit

Permalink
feat: prettier auto import plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyWh1te committed Aug 13, 2024
1 parent e347b68 commit 80d0ad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- name: Setup prettier
run: npm install prettier@^3.2.5

- name: Setup prettier import plugin
run: npm install prettier-plugin-organize-imports@^4.0.0

- name: Check formatting with prettier
run: npx prettier --check .

0 comments on commit 80d0ad0

Please sign in to comment.