moxlib/.woodpecker.yml

12 lines
212 B
YAML
Raw Normal View History

2022-09-28 12:10:57 +00:00
pipeline:
2022-09-28 12:12:20 +00:00
lint:
2022-09-28 12:10:57 +00:00
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