Skip to content

Revamp CI

Revamp CI #565

Workflow file for this run

name: Preview
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
format:
if: github.repository_owner == 'bombshell-dev'
uses: bombshell-dev/automation/.github/workflows/preview.yml@main
secrets: inherit
with:
publish: "./packages/*"
template: "./examples/*"