n0-error 0.1.3

ergonomic errors with call-site location
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Commits

on:
  pull_request:
    branches: [main]
    types: [opened, edited, synchronize]

jobs:
  check-for-cc:
    runs-on: ubuntu-latest
    steps:
      - name: check-for-cc
        id: check-for-cc
        uses: agenthunt/conventional-commit-checker-action@v2.0.1
        with:
          pr-title-regex: "^(.+)(?:(([^)s]+)))?!?: (.+)"