Skip to content

fix: Customize right prompt when Neovim is opened #69

fix: Customize right prompt when Neovim is opened

fix: Customize right prompt when Neovim is opened #69

Workflow file for this run

name: Linting 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@v6
with:
configFile: .commitlintrc.mjs