Skip to content

Update pr-title-lint.yml #11

Update pr-title-lint.yml

Update pr-title-lint.yml #11

Workflow file for this run

name: PR Linter
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v4
- name: Debug PR Title
run: echo "The PR title is: ${{ github.event.pull_request.title }}"

Check failure on line 15 in .github/workflows/pr-title-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-title-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v20.1.0