chore(mobile): Adds dart format to static analysis (#7193)

Adds dart format to static analysis
This commit is contained in:
martyfuhry
2024-02-18 23:30:24 -05:00
committed by GitHub
parent 9e7cb52413
commit dd53795953
2 changed files with 7 additions and 2 deletions

View File

@@ -32,7 +32,11 @@ jobs:
- name: Run dart analyze
run: dart analyze --fatal-infos
working-directory: ./mobile
- name: Run dart format
run: dart format lib/ --set-exit-if-changed
working-directory: ./mobile
# Enable after riverpod generator migration is completed
# - name: Run dart custom lint
# run: dart run custom_lint