Skip to content

Bump path-to-regexp from 6.2.1 to 6.3.0 #64

Bump path-to-regexp from 6.2.1 to 6.3.0

Bump path-to-regexp from 6.2.1 to 6.3.0 #64

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}