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 5d9fcdc commit 3bbe9b0Copy full SHA for 3bbe9b0
.github/workflows/flutter.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
28
with:
29
cache: true
30
- - run: dart format --set-exit-if-changed --output none .
+ - run: dart --version && dart format --set-exit-if-changed --output none .
31
- name: Run chromedriver
32
run: |
33
set -e
0 commit comments