Skip to content

chore: CI for coroutine enabled #289

chore: CI for coroutine enabled

chore: CI for coroutine enabled #289

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