Skip to content

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

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

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

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