mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 00:17:20 +08:00
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dartanalyzer .
|
|
flutter format .
|
|
flutter test
|