Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 3523939

Browse files
committed
2 parents d0720bd + 3dfef83 commit 3523939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Exits the workflow if any format is carried out.
3636
# from docs: --set-exit-if-changed Return exit code 1 if there are any formatting changes.
3737
- name: Check format
38-
run: flutter format --set-exit-if-changed .
38+
run: dart format --set-exit-if-changed .
3939

4040
# Carry out an flutter analysis
4141
# - name: Analyze

0 commit comments

Comments
 (0)