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