Skip to content

chore(deps): update ruby/setup-ruby to v1.173.0 #18

chore(deps): update ruby/setup-ruby to v1.173.0

chore(deps): update ruby/setup-ruby to v1.173.0 #18

Workflow file for this run

name: Default workflow
on:
push:
branches-ignore:
- main
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/action.flutter.analyze-test.yaml
with:
flutter_version: '3.19.3'
secrets: inherit
flutter-build:
needs: [ flutter-test-analyze ]
uses: ./.github/workflows/action.flutter.build.yaml
with:
flutter_version: '3.19.3'
android_output: 'apk'
env: 'dev'
secrets: inherit