From 42f5e93bdc82e90f56c4dcbb0e93d833adf8dc51 Mon Sep 17 00:00:00 2001 From: nickshorebird Date: Fri, 15 May 2026 17:05:06 -0400 Subject: [PATCH] feat(ci): regen shorebird_ci workflows (#3773) --- .github/workflows/_shorebird_ci_dart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_shorebird_ci_dart.yaml b/.github/workflows/_shorebird_ci_dart.yaml index bd082695..86939649 100644 --- a/.github/workflows/_shorebird_ci_dart.yaml +++ b/.github/workflows/_shorebird_ci_dart.yaml @@ -43,7 +43,7 @@ jobs: - working-directory: ${{ inputs.package_path }} run: dart format --set-exit-if-changed . - working-directory: ${{ inputs.package_path }} - run: dart analyze . + run: dart analyze --fatal-warnings . - name: Bloc Lint if: inputs.has_bloc_lint working-directory: ${{ inputs.package_path }}