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 6e4394d commit 18fc82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 .
run: dart format --set-exit-if-changed --output show .
working-directory: ${{ inputs.working-directory }}

- name: Check for Tests
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Analyze
if: "always() && steps.bootstrap.conclusion == 'success'"
run: flutter --version
run: flutter analyze --fatal-infos --fatal-warnings .
working-directory: ${{ inputs.working-directory }}

- name: Run Tests
Expand Down

0 comments on commit 18fc82c

Please sign in to comment.