flutter_shopping/.github/workflows/component-documentation.yml
Freek van de Ven 0838b7b017
Feature/melos-variant (#8)
* feat: add flutter_shopping package

* feat: add flutter_shopping_cart package

* feat: add flutter_order_details package

* feat: add flutter_product_page package

* feat: remove example apps

* feat: update pubspecs

* feat: add github actions

* feat: export all the components through the flutter_shopping
2024-06-26 16:12:48 +02:00

15 lines
345 B
YAML

name: Iconica Standard Component Documentation Workflow
# Workflow Caller version: 1.0.0
on:
release:
types: [published]
workflow_dispatch:
jobs:
call-iconica-component-documentation-workflow:
uses: Iconica-Development/.github/.github/workflows/component-documentation.yml@master
secrets: inherit
permissions: write-all