Skip to content

Utilize Theme Kit download command #205

Utilize Theme Kit download command

Utilize Theme Kit download command #205

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Compile assets
run: pnpm install && pnpm build
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions