Skip to content

fix: fix prefix lookup in basickv and add corresponding test #236

fix: fix prefix lookup in basickv and add corresponding test

fix: fix prefix lookup in basickv and add corresponding test #236

name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Conventional Commits Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","perf","chore","revert"]'
add_label: 'false'