Skip to content

build(deps-dev): bump @angular-eslint/builder from 20.6.0 to 21.0.1 #7036

build(deps-dev): bump @angular-eslint/builder from 20.6.0 to 21.0.1

build(deps-dev): bump @angular-eslint/builder from 20.6.0 to 21.0.1 #7036

Workflow file for this run

name: 'Semantic Pull Request'
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
permissions:
contents: read
jobs:
main:
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: .github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/pull-request-name-linter-action@4fb4c2773193ad7ae5fe105c98ab30778abb1536 # v20.1.0
with:
configuration-path: ./.github/commitlint.config.cjs