Skip to content

build(deps): bump @angular/platform-server from 21.2.9 to 21.2.13 #1353

build(deps): bump @angular/platform-server from 21.2.9 to 21.2.13

build(deps): bump @angular/platform-server from 21.2.9 to 21.2.13 #1353

Workflow file for this run

name: PR Commitlint
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
check:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: ./.github/actions/setup
- name: Check PR title with commitlint
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: echo "$PR_TITLE" | npx commitlint