Update main.yml

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

View File

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