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