Skip to content

fix(deps): update all dependencies j:cdx-227 #4258

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

fix(deps): update all dependencies j:cdx-227 #4258

name: PrTitleSemanticLint
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize, reopened]
jobs:
Lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- name: Harden Runner
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Ensure PR Title is Semantic
run: |
npm ci
npx @coveo/is-pr-title-semantic