fix: Add pipefail option to lint step for improved error handling
This commit is contained in:
2
.github/workflows/mobile-ci.yml
vendored
2
.github/workflows/mobile-ci.yml
vendored
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user