fluffychat/scripts/code_analyze.sh

4 lines
78 B
Bash
Executable File

#!/bin/sh -ve
flutter format lib/ test/ --set-exit-if-changed
flutter analyze