diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index 381c76a1..4a6e43ee 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -142,6 +142,8 @@ jobs: - name: 🔍 Lint changed Dart files run: | + set -o pipefail + # Get the list of changed files CHANGED_FILES="${{ needs.detect-changes.outputs.changed-files }}"