Skip to content

fix: remove workspace-root flag from pnpm install in lint-pr-title wo… #76

fix: remove workspace-root flag from pnpm install in lint-pr-title wo…

fix: remove workspace-root flag from pnpm install in lint-pr-title wo… #76

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: pnpm test --run