Skip to content

testing issue 2214 #103

testing issue 2214

testing issue 2214 #103

name: "Commit Lint"
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.1