You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/pangea_packages/fcm_shared_isolate/.gitlab-ci.yml

14 lines
264 B
YAML

image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter/stable
stages:
- test
code_analyze:
tags:
- docker
stage: test
script:
- flutter pub get
- flutter format --set-exit-if-changed lib/ test/
- flutter analyze