Skip to content

Commit

Permalink
Update flutter_vm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Oct 24, 2024
1 parent 2750434 commit fe4590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: cat ./lib/src/blocs/auth/auth_bloc.dart
working-directory: ${{ inputs.working-directory }}

- name: Format File
- name: Check Formatting
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'"
run: dart format --set-exit-if-changed .
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit fe4590b

Please sign in to comment.