Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: check pr title
on:
pull_request:
jobs:
steps:
- uses: Slashgear/[email protected]

Check failure on line 7 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
with:
regexp: "(chore|docs|feat|fix|refactor|test): .++" # Regex the title should match.
helpMessage: "Example: 'feat: example of title'"