Skip to content

feature: set the http.Resquest.Pattern #3002

feature: set the http.Resquest.Pattern

feature: set the http.Resquest.Pattern #3002

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6.2.1