Merge branch 'main' into 29-provider-refactoring

main
Julian Gegner 2023-02-26 18:11:57 +01:00
commit 33e8f17db7
1 changed files with 15 additions and 0 deletions

15
.gitlab-ci.yml 100644
View File

@ -0,0 +1,15 @@
image: cirrusci/flutter:latest
stages:
- analyze
before_script:
- flutter pub get
- flutter clean
analyze:
stage: analyze
script:
- flutter analyze
only:
- merge_requests