Skip to content

build: Migrate to pnpm and add automatic build and test GitHub Action… #6

build: Migrate to pnpm and add automatic build and test GitHub Action…

build: Migrate to pnpm and add automatic build and test GitHub Action… #6

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