Skip to content

Commit cd6f773

Browse files
authored
Checking formatting in CI
1 parent 8fb462b commit cd6f773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: pub get
21+
- name: Formatting
22+
run: dartfmt -n .
2123
- name: Analyzer
2224
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
2325
- name: Run tests

0 commit comments

Comments
 (0)