mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
0ef13f12a5
* update README with new info * setup.sh: update arg parsing to add support for `flutter-version-file` as `-f pubspec.yaml` * action.yaml: add flutter-version-file * setup.sh: require `yq` only when -f option is specified * fix tests and add a new one * enable shell options: `errexit` and `nounset` * move falling back to defaults to single place - setup.sh * action.yaml: reduce number of arguments in the last invocation
5 lines
84 B
YAML
5 lines
84 B
YAML
name: flutter_action_test
|
|
|
|
environment:
|
|
dart: ">=2.18.0 <3.0.0"
|
|
flutter: 3.3.10
|