hotfix: check for formatting in CI
This commit is contained in:
parent
34f8f5b155
commit
97d946c8a2
|
@ -29,6 +29,9 @@ jobs:
|
|||
- name: Run lints
|
||||
run: flutter analyze
|
||||
|
||||
- name: Run dartfmt
|
||||
run: dartfmt --dry-run --set-exit-if-changed .
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
||||
|
|
Loading…
Reference in New Issue