Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.4.4 #53

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.4.4

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.4.4 #53

Workflow file for this run

name: commitlint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install
run: yarn install
- name: Check commits
run: yarn run commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose