hotfix: check for formatting in CI

This commit is contained in:
shilangyu 2020-09-19 00:06:12 +02:00
parent 34f8f5b155
commit 97d946c8a2
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ jobs:
- name: Run lints - name: Run lints
run: flutter analyze run: flutter analyze
- name: Run dartfmt
run: dartfmt --dry-run --set-exit-if-changed .
- name: Run tests - name: Run tests
run: flutter test run: flutter test