Skip to content

chore: scaffold project #1

chore: scaffold project

chore: scaffold project #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
conventional-commits:
if: ${{ github.event_name }} == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Validate PR Title
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'