Skip to content

feat: add cobra and viper setup #18

feat: add cobra and viper setup

feat: add cobra and viper setup #18

Workflow file for this run

name: PR Title Conventional Commit Validation
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # v1.1.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'false'