Skip to content

Commit 46cac84

Browse files
authored
Update flutter.yml
1 parent b172685 commit 46cac84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: flutter packages get
2323

2424
- name: Format
25-
run: flutter format lib test example --set-exit-if-changed
25+
run: flutter format lib test --set-exit-if-changed
2626

2727
- name: Analyze
28-
run: flutter analyze lib test example
28+
run: flutter analyze lib test
2929

3030
- name: Run tests
3131
run: flutter test --coverage --coverage-path=lcov.info

0 commit comments

Comments
 (0)