Skip to content

Commit

Permalink
fix tailwind plugin error
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent 8f3764e commit 859813b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateCheck.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if [ $status == 0]; then
if [ $status == 0 ]; then
echo "## Formatting Check passed 🥳" >>$GITHUB_STEP_SUMMARY
echo "All files are formatted correctly" >>$GITHUB_STEP_SUMMARY
else
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prettier check
run: |
npm i -g prettier-plugin-tailwindcss
echo files=`npx prettier . --check`>> "$GITHUB_ENV"
echo status=`echo $?`>>"$GITHUB_ENV"
- name: generate github check message
Expand Down

0 comments on commit 859813b

Please sign in to comment.