Skip to content

style: Follow the Vim script Style Guide by Google #23

style: Follow the Vim script Style Guide by Google

style: Follow the Vim script Style Guide by Google #23

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v5
with:
configFile: .github/commitlint.config.js