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 c1cb33f commit f372140Copy full SHA for f372140
.github/workflows/flutter.yml
@@ -22,9 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: dart pub get
24
- name: Override dependencies
25
- run: 'echo "dependency_overrides:\n\tdart_style: ^2.0.1" > pubspec_overrides.yaml && cp pubspec_overrides.yaml example/'
26
-
27
+ run: echo "dependency_overrides:\n\tdart_style: ^2.0.1\" > pubspec_overrides.yaml && cp pubspec_overrides.yaml example/"
28
- name: Verify formatting
29
run: dart format --output=none --set-exit-if-changed lib
30
0 commit comments