Skip to content

chore: updated astro docs #638

chore: updated astro docs

chore: updated astro docs #638

Workflow file for this run

name: PR Commitlint
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
check:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint