Files
labirynt/.woodpecker.yml
2026-02-07 15:11:38 +01:00

8 lines
201 B
YAML

# .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