Alexander "PapaTutuWawa
a107dfad87
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
212 B
YAML
12 lines
212 B
YAML
pipeline:
|
|
lint:
|
|
image: dart:2.18.1
|
|
commands:
|
|
- dart pub get
|
|
- dart analyze --fatal-infos --fatal-warnings
|
|
test:
|
|
image: dart:2.18.1
|
|
commands:
|
|
- dart pub get
|
|
- dart test
|