Skip to content

chore(deps-dev): bump @swc/cli from 0.3.14 to 0.6.0 #693

chore(deps-dev): bump @swc/cli from 0.3.14 to 0.6.0

chore(deps-dev): bump @swc/cli from 0.3.14 to 0.6.0 #693

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