Skip to content

fix(generate): template nested prose with params #1467

fix(generate): template nested prose with params

fix(generate): template nested prose with params #1467

Workflow file for this run

name: PR Title Check
on:
pull_request:
branches: [main]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize, edit]
permissions:
contents: read
pull-requests: read
jobs:
title_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: commitlint
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- name: Install commitlint
run: npm ci --only=dev
- name: Lint PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: echo "$PR_TITLE" | npx commitlint