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 51eb160 commit 206c20dCopy full SHA for 206c20d
.github/workflows/dart.yml
@@ -18,9 +18,9 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
run: pub get
21
- - name: Run tests
22
- run: pub run test
23
- name: Format code
24
- run: dartfmt
+ run: dartfmt -n --set-exit-if-changed .
25
- name: Static analyze project
26
- run: dartanalyzer . --options=analysis_options.yaml --fatal-infos
+ run: dartanalyzer --fatal-infos --fatal-warnings .
+ - name: Run tests
+ run: pub run test
0 commit comments