Skip to content

Commit

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

0 comments on commit 0ea526a

Please sign in to comment.