xworkmate-app/scripts/ci/run_code_analysis.sh

7 lines
84 B
Bash
Raw Normal View History

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