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
|
- name: 🔍 Lint changed Dart files
|
||||||
run: |
|
run: |
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
# Get the list of changed files
|
# Get the list of changed files
|
||||||
CHANGED_FILES="${{ needs.detect-changes.outputs.changed-files }}"
|
CHANGED_FILES="${{ needs.detect-changes.outputs.changed-files }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user