Skip to content

Commit 2aa3cee

Browse files
committed
ci: Update test workflow to include code formatting and dry-run publish step
1 parent ff80c12 commit 2aa3cee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616
run: flutter packages get
1717

1818
- name: Format code
19-
run: dart format --fix
19+
run: dart format .
2020

2121
- name: Analyze Code
2222
run: flutter analyze lib test example
2323

24+
- name: Test Publish
25+
run: dart pub publish --dry-run
26+
2427
- name: Test
2528
run: flutter test --coverage
2629

0 commit comments

Comments
 (0)