Skip to content

Commit

Permalink
Fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
anataliocs committed Jan 22, 2025
1 parent efdeb81 commit b86fb3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:

- name: Show Diff if Prettier Fails
if: ${{ failure() }}
run: |
echo "::group:: Failing Diff"
echo "::error::"
yarn diff:mdx | echo
echo "Prettier static analysis failed"
echo "::endgroup::"
run: yarn diff:mdx && echo "::error::Prettier static analysis failed"

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

0 comments on commit b86fb3d

Please sign in to comment.