fix linter

This commit is contained in:
Niels Gorter 2023-09-26 10:10:14 +02:00
parent 6a55bc823b
commit 6a2161ca03

View file

@ -27,6 +27,6 @@ jobs:
- name: Flutter pub get
run: flutter pub get
- name: Flutter format
run: flutter format -o none --set-exit-if-changed .
run: dart format -o none --set-exit-if-changed .
- name: Flutter analyze
run: flutter analyze