Skip to content

fix: setup-node test #31

fix: setup-node test

fix: setup-node test #31

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- 'release/**'
jobs:
test:
if: startsWith(github.head_ref, 'release-please--')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm build
- run: pnpm lint
- run: pnpm test