Add Flutter setup composite action for streamlined environment configuration

This commit is contained in:
Dr.Blank 2025-04-04 23:06:58 +05:30
parent d55ddc5b78
commit 49a24b675e
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B
2 changed files with 64 additions and 7 deletions

View file

@ -14,14 +14,14 @@ on:
jobs:
test:
name: Test
uses: ./.github/workflows/flutter-setup.yaml
secrets: inherit
with:
flutter-channel: stable
java-version: 17
runs-on: ubuntu-latest
steps:
- name: Setup Flutter Environment
uses: ./.github/actions/flutter-setup # Path to the composite action directory
# Pass inputs if needed (optional, using defaults here)
# with:
# flutter-channel: 'stable'
# java-version: '17'
# Debug: Echo current directory contents
- name: List root directory contents
run: |