We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecb256 commit e5cceb4Copy full SHA for e5cceb4
1 file changed
.github/workflows/quality.yml
@@ -21,8 +21,11 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
- - name: Setup dart
25
- uses: dart-lang/setup-dart@v1
+ - name: Setup Flutter
+ uses: subosito/flutter-action@v2
26
+ with:
27
+ channel: stable
28
+ flutter-version-file: pubspec.yaml
29
- name: Format code
30
run: dart format --output=none --set-exit-if-changed .
31
matrics:
0 commit comments