Skip to content

Commit

Permalink
feat: add changes output (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Sep 27, 2023
1 parent 947de23 commit 2097248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docs-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
CHANGES=$(git status -suno)
if [ "$CHANGES" ]; then
echo "Repository formatting or documentation is not correct."
echo "$CHANGES"
echo "Run 'make fmt && make docs' locally and commit the changes to fix."
exit 1
fi

0 comments on commit 2097248

Please sign in to comment.