Skip to content

chore(deps-dev): bump @semantic-release/release-notes-generator from 14.0.1 to 14.0.2 #11940

chore(deps-dev): bump @semantic-release/release-notes-generator from 14.0.1 to 14.0.2

chore(deps-dev): bump @semantic-release/release-notes-generator from 14.0.1 to 14.0.2 #11940

Workflow file for this run

name: Commitlint
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
lint-commits:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '16.17.0'
- name: install
run: npm i --package-lock=false @commitlint/cli @commitlint/config-conventional conventional-commit-types conventional-changelog-angular
- name: commitlint
run: ./node_modules/.bin/commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD