Skip to content

wip: refactor theme

wip: refactor theme #9

name: "Production Build"
on:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 📥 Checkout PR
uses: goat-community/.github/.github/actions/pr-git-checkout
- name: 📥 Monorepo install
uses: goat-community/.github/.github/actions/pnpm-install
with:
enable-corepack: true
cwd: ${{ github.workspace }}
- name: 🏗️ Monorepo build
uses: ./.github/actions/pnpm-cache-build
with:
cwd: ${{ github.workspace }}