feat(ci): regen shorebird_ci workflows (#3773)

This commit is contained in:
nickshorebird
2026-05-15 17:05:06 -04:00
committed by GitHub
parent 0e92ab7dd9
commit 42f5e93bdc
+1 -1
View File
@@ -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 }}