Skip to content

[Snyk] Upgrade commitlint from 19.3.0 to 19.4.0 #20

[Snyk] Upgrade commitlint from 19.3.0 to 19.4.0

[Snyk] Upgrade commitlint from 19.3.0 to 19.4.0 #20

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Lint PR
uses: amannn/action-semantic-pull-request@v4.6.0
env:
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}