mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 13:09:24 +01:00
3 lines
96 B
Bash
3 lines
96 B
Bash
|
#!/usr/bin/env bash
|
||
|
flutter format lib/ test/ test_driver/ --set-exit-if-changed
|
||
|
flutter analyze
|