.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2023-08-18 19:18:19 +02:00
parent e833e9d9c8
commit ceeb1efde7

View File

@ -2,7 +2,7 @@ pipeline:
lint:
image: dart:3.0.7
commands:
- dart pub --verbose get
- dart pub --verbose get --no-precompile
- dart analyze --fatal-infos --fatal-warnings
test:
image: dart:3.0.7