Update main.yml

This commit is contained in:
julian-CStack 2023-05-18 15:17:12 -06:00 committed by GitHub
parent a891c4a879
commit f013161b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
- name: Run verify script
run: |
cd scripts
bash scripts/verify.sh
if [ $? -eq 1 ]; then
exit 1