ci: remove format check

This commit is contained in:
2023-11-30 02:19:36 +02:00
parent a9acca19a8
commit fb70e1f4b9

View File

@@ -31,8 +31,8 @@ jobs:
run: dart pub get
# Uncomment this step to verify the use of 'dart format' on each commit.
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .
# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source