Skip to content

fix(plugin-js-packages): for modern yarn, include transitive deps in audit and urls in outdated #3009

fix(plugin-js-packages): for modern yarn, include transitive deps in audit and urls in outdated

fix(plugin-js-packages): for modern yarn, include transitive deps in audit and urls in outdated #3009

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 the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint