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 072035b commit a078416Copy full SHA for a078416
1 file changed
.github/workflows/pull_request_tests.yml
@@ -12,6 +12,8 @@ jobs:
12
13
- name: Setup Flutter
14
uses: subosito/flutter-action@v2
15
+ with:
16
+ flutter-version-file: pubspec.yaml
17
18
- name: Run build_runner
19
run: dart run build_runner build
0 commit comments