feat: add github actions

This commit is contained in:
Freek van de Ven 2024-06-26 15:53:45 +02:00
parent a1f5483c16
commit ad21ce83e3
5 changed files with 51 additions and 15 deletions

22
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/packages/flutter_order_details"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/flutter_product_page"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/flutter_shopping"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/packages/flutter_shopping_cart"
schedule:
interval: "weekly"

View file

@ -0,0 +1,14 @@
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

14
.github/workflows/melos-ci.yml vendored Normal file
View file

@ -0,0 +1,14 @@
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

View file

@ -19,14 +19,6 @@ dependencies:
flutter_shopping: flutter_shopping:
path: ../ path: ../
## Normal Packages
flutter_product_page:
path: ../../flutter_product_page
flutter_shopping_cart:
path: ../../flutter_shopping_cart
flutter_order_details:
path: ../../flutter_order_details
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter

View file

@ -16,14 +16,8 @@ dependencies:
git: git:
url: https://github.com/Iconica-Development/flutter_nested_categories url: https://github.com/Iconica-Development/flutter_nested_categories
ref: 0.0.1 ref: 0.0.1
flutter_product_page:
path: ../../flutter_product_page
flutter_shopping_cart:
path: ../../flutter_shopping_cart
flutter_order_details:
path: ../../flutter_order_details
flutter_shopping: flutter_shopping:
path: ../../flutter_shopping path: ../
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: