moxlib/.woodpecker.yml
Alexander "PapaTutuWawa a68a77d172
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: Add verbose logging
2023-08-18 18:18:05 +02:00

12 lines
220 B
YAML

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