Skip to content

atom.INTERNAL_onInit hook to support sync effects #1015

atom.INTERNAL_onInit hook to support sync effects

atom.INTERNAL_onInit hook to support sync effects #1015

name: LiveCodes Preview
on: [pull_request]
jobs:
build_and_prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- uses: live-codes/preview-in-livecodes@v1
with:
install-command: pnpm install --frozen-lockfile
build-command: pnpm build
base-url: 'https://{{LC::REF}}.preview-in-livecodes-demo.pages.dev'