Skip to content

Commit dab86f6

Browse files
authored
Check formatting in CI
1 parent cd6f773 commit dab86f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: pub get
2121
- name: Formatting
22-
run: dartfmt -n .
22+
run: dartfmt -n --set-exit-if-changed .
2323
- name: Analyzer
2424
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
2525
- name: Run tests

0 commit comments

Comments
 (0)