ci: add format check for lib/

This commit is contained in:
Dr.Blank 2025-04-10 19:38:18 +05:30
parent 28ceca5408
commit 4af16ac5b4
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -48,6 +48,10 @@ jobs:
# - name: Run static analysis # - name: Run static analysis
# run: flutter analyze # run: flutter analyze
- name: Check formatting
run: |
dart format -o none --set-exit-if-changed lib/
- name: Run tests - name: Run tests
run: flutter test run: flutter test