We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef5012 commit 5ea9e8dCopy full SHA for 5ea9e8d
.github/workflows/flutter_vm.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
52
53
- name: Check Formatting
54
- if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable'"
+ if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'"
55
run: dart format --set-exit-if-changed .
56
working-directory: ${{ inputs.working-directory }}
57
0 commit comments