Skip to content

Commit

Permalink
Im not sure if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 8, 2023
1 parent c2b62f9 commit 865b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check for changes
id: check_changes
run: |
if "npx prettier --check ."; then
if npx prettier --check .; then
echo "No changes"
echo "::set-output name=result::No changes"
else
Expand Down

0 comments on commit 865b4ba

Please sign in to comment.