Skip to content

Commit

Permalink
chore: added verbose logging to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Oct 23, 2024
1 parent b88ea09 commit 7685ea8
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 json .
run: dart format --version
working-directory: ${{ inputs.working-directory }}

- name: Check for Tests
Expand Down

0 comments on commit 7685ea8

Please sign in to comment.