Skip to content

Commit

Permalink
exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 20, 2023
1 parent c2e5180 commit 18dac76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
if [[ -n $(git status --porcelain) ]]; then
echo "::error::The table of contents is out of date. Please run 'node tools/make-toc.js' and commit the changes."
exit 1
else
echo "Table of contents is up to date!"
fi
Expand Down

0 comments on commit 18dac76

Please sign in to comment.