Skip to content

Commit

Permalink
installs without changing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent 859813b commit 169406a
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prettier check
run: |
npm i -g prettier-plugin-tailwindcss
npm i --no-save prettier-plugin-tailwindcss prettier
echo files=`npx prettier . --check`>> "$GITHUB_ENV"
echo status=`echo $?`>>"$GITHUB_ENV"
- name: generate github check message
Expand Down

0 comments on commit 169406a

Please sign in to comment.