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/config-conventional from 17.0.2 to 17.6.7 #111

chore(deps-dev): bump @commitlint/config-conventional from 17.0.2 to 17.6.7

chore(deps-dev): bump @commitlint/config-conventional from 17.0.2 to 17.6.7 #111

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'