9 lines
157 B
YAML
9 lines
157 B
YAML
pre-commit:
|
|
commands:
|
|
format:
|
|
run: dart format --set-exit-if-changed .
|
|
analyze:
|
|
run: flutter analyze
|
|
test:
|
|
run: flutter test
|