Skip to content

feat: add proompteng website #1

feat: add proompteng website

feat: add proompteng website #1

Workflow file for this run

name: CI
on:
pull_request:
jobs:
main:
runs-on: arc-arm64
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build