Skip to content

chore(deps-dev): bump rimraf from 4.4.1 to 6.0.1 #582

chore(deps-dev): bump rimraf from 4.4.1 to 6.0.1

chore(deps-dev): bump rimraf from 4.4.1 to 6.0.1 #582

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: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint