mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-14 04:17:54 +02:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter format lib/ test/ --set-exit-if-changed
|
|
flutter analyze
|