validated syntax

main
Julian Gegner 2023-02-26 17:46:40 +01:00
parent 7cc959e192
commit ab065c3116
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ stages:
- analyze
before_script:
flutter pub get
flutter clean
- flutter pub get
- flutter clean
analyze:
stage: analyze
script:
- flutter analyze --no-fatal-infos --no-fatal-warnings
only:
merge_requests
- merge_requests