Skip to content

chore: add codecov github action #9

chore: add codecov github action

chore: add codecov github action #9

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