Updated workflow
Some checks are pending
Pull Request Pipeline / lint (pull_request) Has started running
Pull Request Pipeline / test (pull_request) Waiting to run
Pull Request Pipeline / format (pull_request) Successful in 2m6s

This commit is contained in:
2026-01-17 19:18:03 +01:00
parent b53bb597e1
commit 9676ff278d

View File

@@ -82,9 +82,7 @@ jobs:
run: flutter pub get
- name: Check code format
run: |
flutter analyze
run: flutter analyze lib test
- name: Format code
if: failure()