xworkmate-app/scripts/ci/run_code_analysis.sh
2026-03-21 10:08:12 +08:00

7 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
flutter pub get
flutter analyze
flutter test