Skip to content

chore(terra-draw): remove pr-conventional-commits and use commitlint … #3

chore(terra-draw): remove pr-conventional-commits and use commitlint …

chore(terra-draw): remove pr-conventional-commits and use commitlint … #3

name: PR Conventional Commit Validation
permissions:
pull-requests: read
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation Against Commit Lint Config
- run: echo "${{ github.event.pull_request.title }}" | npx commitlint