Skip to content

fix(deps-dev): bump @commitlint/cli from 17.2.0 to 19.2.0 #186

fix(deps-dev): bump @commitlint/cli from 17.2.0 to 19.2.0

fix(deps-dev): bump @commitlint/cli from 17.2.0 to 19.2.0 #186

Workflow file for this run

name: Validate PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ github.token }}