Skip to content

build: Migrate to pnpm and add automatic build and test GitHub Actions CI workflows #5

build: Migrate to pnpm and add automatic build and test GitHub Actions CI workflows

build: Migrate to pnpm and add automatic build and test GitHub Actions CI workflows #5

Workflow file for this run

name: Build and test pnpm workspace
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
name: Build and test
uses: imgly/github-workflows/.github/workflows/pnpm-pr-check.yml@v1
secrets: inherit