Skip to content

refactor: remove async templates #9

refactor: remove async templates

refactor: remove async templates #9

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@v4
- uses: wagoid/commitlint-github-action@v5
with:
helpURL: "${{ github.server_url }}/${{ github.repository }}/blob/main/CONTRIBUTING.md"