Skip to content

Commit

Permalink
fix: prettier workflow (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricafolio authored Apr 15, 2024
1 parent 72cae9e commit a310875
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"

- name: Install prettier
run: npm i prettier prettier-plugin-tailwindcss @trivago/prettier-plugin-sort-imports

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

0 comments on commit a310875

Please sign in to comment.