mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-18 18:13:46 +02:00
12 lines
278 B
YAML
12 lines
278 B
YAML
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 |