moxlib/.woodpecker.yml
Alexander "PapaTutuWawa e3cbe3b065
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: Use a newer Dart version
2023-08-18 18:15:56 +02:00

12 lines
210 B
YAML

pipeline:
lint:
image: dart:3.0.7
commands:
- dart pub get
- dart analyze --fatal-infos --fatal-warnings
test:
image: dart:3.0.7
commands:
- dart pub get
- dart test