moxlib/.woodpecker.yml
Alexander "PapaTutuWawa ceeb1efde7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
.
2023-08-18 19:18:19 +02:00

12 lines
236 B
YAML

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