Skip to content

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 19.4.0 #177

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 19.4.0

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 19.4.0 #177

Workflow file for this run

name: Yarn Lock Changes
on: [pull_request_target]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'
updateComment: 'true'