Skip to content

Commit ee17867

Browse files
authored
Add dartalanyzer to the CI
1 parent 2ade771 commit ee17867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: pub get
21+
- name: Analyzer
22+
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
2123
- name: Run tests
2224
run: pub run test

0 commit comments

Comments
 (0)