chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2 #369
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |