ci: Add Woodpecker CI

This commit is contained in:
PapaTutuWawa 2022-09-28 14:10:57 +02:00
parent b07e526b6a
commit db88155e95

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
test:
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