Skip to content

build: migrate from npm to pnpm #5131

build: migrate from npm to pnpm

build: migrate from npm to pnpm #5131

Workflow file for this run

name: PR Commitlint
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
check:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Install dependencies
uses: ./.github/actions/install
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint