Skip to content

chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1 #3328

chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1

chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1 #3328

Workflow file for this run

name: Conventional Commits
on:
pull_request:
jobs:
lint:
name: https://www.conventionalcommits.org
runs-on: ubuntu-latest
steps:
- uses: beemojs/conventional-pr-action@v2
with:
config-preset: angular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}