Skip to content

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 #11901

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4

chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 #11901

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