Skip to content

chore(deps-dev): bump esbuild from 0.19.12 to 0.25.0 #695

chore(deps-dev): bump esbuild from 0.19.12 to 0.25.0

chore(deps-dev): bump esbuild from 0.19.12 to 0.25.0 #695

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@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint