Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

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

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

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

Workflow file for this run

name: commitlint
on:
pull_request:
types: ['edited', 'opened', 'synchronize']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn install
- uses: JulienKode/pull-request-name-linter-action@master
with:
configuration-path: '.commitlintrc.json'