moxlib/.woodpecker.yml
Alexander "PapaTutuWawa cad98aab54
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: Fix duplicate pipeline naming
2022-09-28 14:12:20 +02:00

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