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 eecfeb1 commit 920f408Copy full SHA for 920f408
.github/workflows/dart_package.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: ✅ Bloc Lint
112
if: ${{inputs.run_bloc_lint}}
113
run: |
114
- dart pub global activate bloc_tools 0.3.5
+ dart pub global activate bloc_tools
115
bloc lint .
116
117
- name: 🧪 Run Tests
.github/workflows/flutter_package.yml
@@ -112,7 +112,7 @@ jobs:
- flutter pub global activate bloc_tools 0.3.5
+ flutter pub global activate bloc_tools
118
0 commit comments