1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2024-12-21 13:37:29 +01:00

Add no-fatal-infos to analyze step

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-06 00:22:26 +01:00
parent df4d02dab2
commit 44ecad4f28

View File

@ -40,7 +40,7 @@ jobs:
- run:
name: Analyze code
command: flutter analyze lib
command: flutter analyze --no-fatal-infos
test:
description: "Run all unittests"