mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01: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
|