1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-22 13:36:02 +01:00

hotfix: check for formatting in CI

This commit is contained in:
shilangyu 2020-09-19 00:06:12 +02:00
parent 34f8f5b155
commit 97d946c8a2

View File

@ -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