Skip to content

chore(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 #11939

chore(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1

chore(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 #11939

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