Skip to content

chore(ci): bump metcalfc/changelog-generator from 3.0.0 to 4.1.0 #3

chore(ci): bump metcalfc/changelog-generator from 3.0.0 to 4.1.0

chore(ci): bump metcalfc/changelog-generator from 3.0.0 to 4.1.0 #3

Workflow file for this run

name: Lint PR name
on:
pull_request:
branches: master
types: [ opened, edited, synchronize, reopened ]
jobs:
lint-PR-name:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
with:
configuration-path: '.github/commitlint.config.js'