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 2ade771 commit ee17867Copy full SHA for ee17867
.github/workflows/dart.yml
@@ -18,5 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
run: pub get
21
+ - name: Analyzer
22
+ run: dartanalyzer --fatal-infos --fatal-warnings lib test example
23
- name: Run tests
24
run: pub run test
0 commit comments