Skip to content

style: check pr title with commitlint #1

style: check pr title with commitlint

style: check pr title with commitlint #1

Workflow file for this run

on:
pull_request:
types: [edited]
name: Enforce PR Title Format
jobs:
enforce_title:
name: Enforce PR Title Format
runs-on: ubuntu-latest
steps:
- name: Use commitlint to check PR title
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo "$TITLE" | yarn commitlint