Skip to content

tests(library/math): clarifies test parameterization in greatestCommonDivisor suite #1849

tests(library/math): clarifies test parameterization in greatestCommonDivisor suite

tests(library/math): clarifies test parameterization in greatestCommonDivisor suite #1849

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"]'