Skip to content

Commit 1bbce56

Browse files
authored
Update dart.yml
1 parent 37beab2 commit 1bbce56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
# Consider passing '--fatal-infos' for slightly stricter analysis.
3535
- name: Analyze project source
3636
run: dart analyze
37+
38+
- name: Formatting code
39+
run: dart format
3740

3841
# Run Dart tests and output them at directory `./coverage`:
3942
- name: Run tests

0 commit comments

Comments
 (0)