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:
parent
34f8f5b155
commit
97d946c8a2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
Block a user