Skip to content

build(deps-dev): Bump @eslint/js from 9.39.4 to 10.0.1 #10288

build(deps-dev): Bump @eslint/js from 9.39.4 to 10.0.1

build(deps-dev): Bump @eslint/js from 9.39.4 to 10.0.1 #10288

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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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