Skip to content

fix: extract module line from debug info on 1.18 #423

fix: extract module line from debug info on 1.18

fix: extract module line from debug info on 1.18 #423

Workflow file for this run

name: Lint Commit
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
commitlint:
runs-on: ubuntu-latest
name: commitlint
steps:
- uses: actions/checkout@v4
- name: Install Deps
run: yarn install
- name: Lint PR Title
run: echo "${{ github.event.pull_request.title }}" | yarn commitlint