Skip to content

chore: add react and react-dom as devDependencies #1749

chore: add react and react-dom as devDependencies

chore: add react and react-dom as devDependencies #1749

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-title-check:
runs-on: buildjet-2vcpu-ubuntu-2204
container:
image: node:24-slim
# credentials:
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
steps:
- name: Checkout code
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- name: Run PR title check
run: |
node .github/scripts/pr-title-check.js