Skip to content

Commit

Permalink
Fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
anataliocs committed Jan 22, 2025
1 parent 4452228 commit 8407017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Show diff if Prettier fails
if: ${{ failure() }}
run: yarn diff:mdx && echo ::error:: Prettier static analysis failed && exit 1
run: yarn diff:mdx && echo "::error:: Prettier static analysis failed" && exit 1

- name: Copy Files From Stellar CLI
run: yarn stellar-cli:build
Expand Down

0 comments on commit 8407017

Please sign in to comment.