Skip to content

chore: bump chai from 4.5.0 to 5.1.1 #220

chore: bump chai from 4.5.0 to 5.1.1

chore: bump chai from 4.5.0 to 5.1.1 #220

name: Conventional commits
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint_pr_title:
name: Lint PR title
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: Lint title
env:
TITLE: ${{ github.event.pull_request.title }}
run: npx --no-install commitlint <<< "$TITLE"