Skip to content

Add tris203/hawtkeys.nvim #18

Add tris203/hawtkeys.nvim

Add tris203/hawtkeys.nvim #18

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize]
paths: [README.md]
jobs:
run:
name: Check the Pull Request Title
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
regexp: "(Add|Update|Remove) `.+\\/.+`"
helpMessage: "Example: 'Add `folke/lazy.nvim`'"