Fix format lint

This commit is contained in:
Vincent Velociter
2022-11-19 11:04:47 +01:00
parent 9f7eb634ad
commit 88c3c17a5d
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: dart pub get
- name: Verify formatting
run: dart format -l 100 --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .
- name: Analyze project source
run: dart analyze