Skip to content

fix(deps): update all dependencies to v21 j:cdx-227 (major) #14783

fix(deps): update all dependencies to v21 j:cdx-227 (major)

fix(deps): update all dependencies to v21 j:cdx-227 (major) #14783

name: PrTitleSemanticLint
on:
pull_request:
branches: [master]
types: [opened, edited, synchronize, reopened]
jobs:
Lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- name: Ensure PR Title is Semantic
run: |
npm ci
npx @coveo/is-pr-title-semantic