Skip to content

Commit 3b4698b

Browse files
authored
Update dart.yml
1 parent abc2c63 commit 3b4698b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Uncomment this step to verify the use of 'dart format' on each commit.
6060
- name: Verify formatting
61-
run: dart format --output=none --set-exit-if-changed .
61+
run: dart format lib\ --output=none --set-exit-if-changed .
6262

6363
# Consider passing '--fatal-infos' for slightly stricter analysis.
6464
- name: Analyze project source

0 commit comments

Comments
 (0)