Skip to content
name: PR Title
on:
pull_request:

Check failure on line 4 in .github/workflows/conventional-commits.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conventional-commits.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [ master ]
types: [opened, synchronize, reopened, edited]
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Conventional Commits Check
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","perf","chore","revert"]'