We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc2c63 commit 3b4698bCopy full SHA for 3b4698b
1 file changed
.github/workflows/dart.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# Uncomment this step to verify the use of 'dart format' on each commit.
60
- name: Verify formatting
61
- run: dart format --output=none --set-exit-if-changed .
+ run: dart format lib\ --output=none --set-exit-if-changed .
62
63
# Consider passing '--fatal-infos' for slightly stricter analysis.
64
- name: Analyze project source
0 commit comments