We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb462b commit cd6f773Copy full SHA for cd6f773
.github/workflows/dart.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
run: pub get
21
+ - name: Formatting
22
+ run: dartfmt -n .
23
- name: Analyzer
24
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
25
- name: Run tests
0 commit comments