Skip to content

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

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

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

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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Ensure PR Title is Semantic
run: |
npm ci
npx @coveo/is-pr-title-semantic