Create main.yml #10

Merged
julian-CStack merged 4 commits from add_action into main 2023-05-18 21:58:26 +00:00
Showing only changes of commit f013161b69 - Show all commits

View File

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