Fail the build if it breaks

This commit is contained in:
Eno Compton IV 2022-04-09 12:50:30 -06:00
parent 8c5bfe6988
commit 038df11433

View file

@ -21,4 +21,5 @@ jobs:
echo "ERROR: List is not exactly 200 entries"
echo "DUPLICATES:"
uniq -d links-only.txt
exit 1
fi