Skip to content

build(deps-dev): Bump shell-quote from 1.8.3 to 1.9.0 #136

build(deps-dev): Bump shell-quote from 1.8.3 to 1.9.0

build(deps-dev): Bump shell-quote from 1.8.3 to 1.9.0 #136

Workflow file for this run

name: Lint PR Title
on:
pull_request:
types:
- opened
- edited
permissions:
contents: read
env:
NODE_VERSION: 24
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
lint-title:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install action dependencies
run: npm install --ignore-scripts
working-directory: .github/actions/lint-pr-title
- name: Lint PR Title
uses: ./.github/actions/lint-pr-title