Files
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 15: cannot unmarshal !!seq into model.Job
2022-08-13 23:15:45 -04:00

19 lines
417 B
YAML

name: "Pull Request Title"
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
jobs:
pull_request_title:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: Commitlint on PR Title
run: echo "${{github.event.pull_request.title}}" | npx commitlint