Skip to content

feat: add dashjs to allowLargePackages #143

feat: add dashjs to allowLargePackages

feat: add dashjs to allowLargePackages #143

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title-check:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Validate PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: printf '%s' "$PR_TITLE" | npx commitlint --verbose