Skip to content

style: check pr title with commitlint. #2

style: check pr title with commitlint.

style: check pr title with commitlint. #2

Workflow file for this run

on:
pull_request:
types:
- opened
- edited
- reopened
name: Enforce PR Title Format
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}