Skip to content

docs(terra-draw): fix spelling and grammar issues in 2.STORE.md #42

docs(terra-draw): fix spelling and grammar issues in 2.STORE.md

docs(terra-draw): fix spelling and grammar issues in 2.STORE.md #42

Workflow file for this run

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:
- uses: actions/checkout@v4
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install packages
run: npm ci
- name: PR Conventional Commit Validation Against Commit Lint Config
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo "$TITLE" | npx commitlint