3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh -ve
|
|
flutter format lib/ test/ --set-exit-if-changed
|
|
flutter analyze
|