Skip to content

ci(github-actions): fix commitlint help url config #7

ci(github-actions): fix commitlint help url config

ci(github-actions): fix commitlint help url config #7

Workflow file for this run

name: Lint commits
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5
with:
helpURL: "${{ github.server_url }}/${{ github.repository }}/blob/main/CONTRIBUTING.md"