Skip to content

ci: workflow for running commitlint #1

ci: workflow for running commitlint

ci: workflow for running commitlint #1

Workflow file for this run

name: Commitlint
on: pull_request
jobs:
lint:
name: Commitlint
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v5