diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8936e9a --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +# .woodpecker.yml — place this file in the root of your Gitea repository +steps: + - name: test + image: ghcr.io/cirruslabs/flutter:latest + commands: + - flutter pub get + - flutter test