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 - analyze
before_script: before_script:
flutter pub get - flutter pub get
flutter clean - flutter clean
analyze: analyze:
stage: analyze stage: analyze
script: script:
- flutter analyze --no-fatal-infos --no-fatal-warnings - flutter analyze --no-fatal-infos --no-fatal-warnings
only: only:
merge_requests - merge_requests