Skip to content

feat(laverna): automatic support for CI #3719

feat(laverna): automatic support for CI

feat(laverna): automatic support for CI #3719

Workflow file for this run

name: Validate Commit Messages
on: [pull_request]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run commitlint
uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5