Flutter User improvements for Playohood #45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Iconica Standard Melos CI Workflow | |
| # Workflow Caller version: 1.0.0 | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| call-global-iconica-workflow: | |
| uses: Iconica-Development/.github/.github/workflows/melos-ci.yml@master | |
| secrets: inherit | |
| permissions: write-all | |
| with: | |
| subfolder: '.' # add optional subfolder to run workflow in | |
| flutter_version: 3.24.5 |