Skip to content

chore: introduce husky commit-msg hook and pr title linter #4

chore: introduce husky commit-msg hook and pr title linter

chore: introduce husky commit-msg hook and pr title linter #4

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: npm install @commitlint/config-conventional@v17
- uses: JulienKode/[email protected]