Skip to content

pkg.stackblitz.dev

pkg.stackblitz.dev #29

Workflow file for this run

name: Clone and Build Workflow

Check failure on line 1 in .github/workflows/cr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cr.yml

Invalid workflow file

`pull_reuqest` is not a valid event name
on: [push, pull_reuqest]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- run: pnpm sb publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}