Skip to content

refactor(library/math): separates concerns of "number taxonomy" from isOperable test suite #1834

refactor(library/math): separates concerns of "number taxonomy" from isOperable test suite

refactor(library/math): separates concerns of "number taxonomy" from isOperable test suite #1834

name: Conventional Commit
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate-pr-title:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Ensure PR Title Conforms To Conventional Commit Message
uses: ytanikin/[email protected]
with:
## cspell:words prefeature
task_types: '["feature","prefeature","fix","docs","tests","build","ci","refactor","chore","revert","linter","types","style"]'