Skip to content

fix(all): shell option usage on child_process.spawn calls #1984

fix(all): shell option usage on child_process.spawn calls

fix(all): shell option usage on child_process.spawn calls #1984

name: Pull Request Title Check
on:
pull_request:
types: [opened, edited, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
pull-request-title-check:
runs-on: buildjet-2vcpu-ubuntu-2204
container:
image: node:22-slim
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check pull request title
run: |
npx tsx ./scripts/pull-request-title-check.ts