Skip to content

Commit 2fcbff6

Browse files
committed
ci: scope dart format to lib/test/examples
1 parent 694ae55 commit 2fcbff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: dart pub get
4444

4545
- name: Format check
46-
run: dart format --output=none --set-exit-if-changed .
46+
run: dart format --output=none --set-exit-if-changed lib test examples
4747

4848
- name: Analyze
4949
run: dart analyze --fatal-infos --fatal-warnings

0 commit comments

Comments
 (0)