mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +00:00
ci: add format check for lib/
This commit is contained in:
parent
28ceca5408
commit
4af16ac5b4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/flutter-ci.yaml
vendored
4
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -48,6 +48,10 @@ jobs:
|
|||
# - name: Run static analysis
|
||||
# run: flutter analyze
|
||||
|
||||
- name: Check formatting
|
||||
run: |
|
||||
dart format -o none --set-exit-if-changed lib/
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue