Skip to content

chore(deps-dev): bump @types/node from 26.0.1 to 26.1.0 #203

chore(deps-dev): bump @types/node from 26.0.1 to 26.1.0

chore(deps-dev): bump @types/node from 26.0.1 to 26.1.0 #203

Workflow file for this run

name: commitlint
on:
pull_request:
branches: [main]
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json