Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit efab480

Browse files
ci: fix format command
1 parent 52d6091 commit efab480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: flutter pub get
4040
- name: Format code
41-
run: flutter format --dry-run --set-exit-if-changed .
41+
run: dart format --set-exit-if-changed .
4242
- name: Analyze static code
4343
run: flutter analyze
4444
# - name: Run tests

0 commit comments

Comments
 (0)