Skip to content

Commit

Permalink
fix status for successful check
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent c9ee951 commit cc00f76
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 @@ -17,7 +17,7 @@ jobs:
mv package.json.bak package.json
- name: Run prettier
run: |
files=`npx prettier . -l` || st=$?
files=`npx prettier . -l` || st=$? && st=$?
echo status=`echo $st`>>"$GITHUB_ENV"
echo files=`echo $files`>> "$GITHUB_ENV"
- name: generate errors/summary
Expand Down

0 comments on commit cc00f76

Please sign in to comment.