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 18fc82c commit c9f185f
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 @@ -59,7 +59,7 @@ jobs:

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

- name: Check for Tests
Expand Down

0 comments on commit c9f185f

Please sign in to comment.