Skip to content

chore: Configure Renovate #2

chore: Configure Renovate

chore: Configure Renovate #2

Workflow file for this run

name: Commitlint
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6.1.2