Skip to content

Commit

Permalink
fix: missing grave marks
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent f61c7be commit 547ad4c
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 @@ -13,7 +13,7 @@ jobs:
- run: npm ci
- name: Prettier check
run: |
files=npx prettier . -l
files=`npx prettier . -l`
echo status=`echo $?`>>"$GITHUB_ENV"
echo files=`echo $files`>> "$GITHUB_ENV"
- name: generate github check message
Expand Down

0 comments on commit 547ad4c

Please sign in to comment.