fix: Add pipefail option to lint step for improved error handling

This commit is contained in:
Achintha Isuru
2026-02-20 02:01:29 -05:00
parent c3f8a4768a
commit af78b38ea2

View File

@@ -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 }}"