omemo_dart/.woodpecker.yml
Alexander "PapaTutuWawa a107dfad87
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Fix issue with duplicate naming
2022-09-28 13:18:39 +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