Skip to content

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2 #369

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2 #369

Workflow file for this run

name: Verify pull request title meets commitlint criteria
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install --immutable --immutable-cache --check-cache
- name: Lint pull request title
uses: JulienKode/[email protected]
with:
configuration-path: ./commitlint.config.js