We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6f773 commit dab86f6Copy full SHA for dab86f6
.github/workflows/dart.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: pub get
21
- name: Formatting
22
- run: dartfmt -n .
+ run: dartfmt -n --set-exit-if-changed .
23
- name: Analyzer
24
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
25
- name: Run tests
0 commit comments