Skip to content

feat: Expose InitAssets to allow projects initialise assets to another directory #15

feat: Expose InitAssets to allow projects initialise assets to another directory

feat: Expose InitAssets to allow projects initialise assets to another directory #15

Workflow file for this run

name: kit-dev
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
workflow_dispatch: {}
jobs:
build:
uses: ./.github/workflows/build.yml
success:
runs-on: ubuntu-latest
if: success()
needs: [build]
steps:
- run: echo "workflow was successful"