Skip to content

Commit f372140

Browse files
committed
fix pipeline
1 parent c1cb33f commit f372140

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: dart pub get
2424
- name: Override dependencies
25-
run: 'echo "dependency_overrides:\n\tdart_style: ^2.0.1" > pubspec_overrides.yaml && cp pubspec_overrides.yaml example/'
26-
27-
25+
run: echo "dependency_overrides:\n\tdart_style: ^2.0.1\" > pubspec_overrides.yaml && cp pubspec_overrides.yaml example/"
2826
- name: Verify formatting
2927
run: dart format --output=none --set-exit-if-changed lib
3028

0 commit comments

Comments
 (0)