Skip to content

Fix CI

Fix CI #5

Workflow file for this run

name: Conventional Commits
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: taskmedia/[email protected]
with:
types: "feat|fix|build|chore|ci|docs|style|refactor|perf|test"