auto-sync: 2026-02-07 15:11

This commit is contained in:
for-solutions.com
2026-02-07 15:11:38 +01:00
parent 5de5ff54d9
commit 02b71e4b0f

7
.woodpecker.yml Normal file
View File

@@ -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