Skip to content

Commit

Permalink
try and reduce action run time
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent 62d9fbc commit 2c16729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm i -g prettier prettier-plugin-tailwindcss
- name: Prettier check
run: |
files=`npx prettier . -l` || st=$?
Expand Down

0 comments on commit 2c16729

Please sign in to comment.