From 08c6c6365aa046dc2400a168539ec61e3f5f802b Mon Sep 17 00:00:00 2001 From: Breezebuilder Date: Thu, 27 Mar 2025 14:03:58 +1100 Subject: [PATCH] Disable `continue-on-error` for all tasks as failed jobs are confusingly marked as successful by GitHub --- .github/workflows/check-mod.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check-mod.yml b/.github/workflows/check-mod.yml index 1442bf3f..5ceee573 100644 --- a/.github/workflows/check-mod.yml +++ b/.github/workflows/check-mod.yml @@ -88,7 +88,6 @@ jobs: done < changed_mods.txt - name: Check Thumbnail Dimensions - continue-on-error: true if: steps.find-changed-mods.outputs.changed_mods_found == 'true' run: | while read -r mod_path; do @@ -113,7 +112,6 @@ jobs: done < changed_mods.txt - name: Validate JSON Format - continue-on-error: true if: steps.find-changed-mods.outputs.changed_mods_found == 'true' run: | # Use jq to validate each JSON file @@ -127,7 +125,6 @@ jobs: done < changed_mods.txt - name: Validate meta.json Against Schema - continue-on-error: true if: steps.find-changed-mods.outputs.changed_mods_found == 'true' uses: dsanders11/json-schema-validate-action@v1.2.0 with: @@ -135,7 +132,6 @@ jobs: files: ${{ steps.find-changed-mods.outputs.meta_json_files }} - name: Validate Download URLs - continue-on-error: true if: steps.find-changed-mods.outputs.changed_mods_found == 'true' run: | while read -r mod_path; do