Skip to content

Commit

Permalink
temp: formatting echos
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 29, 2024
1 parent 64ed8c4 commit be33398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Check for patch level changesets
run: |
if grep -r ": patch" .changeset/*.md; then
echo "\nPatch level changesets are reserved for hotfixes, use major or minor only."
echo "❌ Patch level changesets are reserved for hotfixes, use major or minor only."
exit 1
else
echo "\nNo patch level changesets found."
echo "✅ No patch level changesets found."
fi

0 comments on commit be33398

Please sign in to comment.