This commit is contained in:
parent
5e867e30ee
commit
e3cbe3b065
@ -1,11 +1,11 @@
|
||||
pipeline:
|
||||
lint:
|
||||
image: dart:2.18.1
|
||||
image: dart:3.0.7
|
||||
commands:
|
||||
- dart pub get
|
||||
- dart analyze --fatal-infos --fatal-warnings
|
||||
test:
|
||||
image: dart:2.18.1
|
||||
image: dart:3.0.7
|
||||
commands:
|
||||
- dart pub get
|
||||
- dart test
|
||||
|
Loading…
Reference in New Issue
Block a user