Skip to content

Commit ca794ad

Browse files
fix action
1 parent 67fbb5c commit ca794ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dart analyze lib --no-fatal-warnings
3434

3535
- name: Check Formatting
36-
run: flutter format lib --set-exit-if-changed
36+
run: dart format lib --set-exit-if-changed
3737

3838
- name: Run Tests
3939
run: flutter test --coverage --update-goldens

0 commit comments

Comments
 (0)