Skip to content

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
vale:
name: Run vale
uses: ./.github/workflows/vale.yml
spellcheck:
name: Run spellcheck
uses: ./.github/workflows/spellcheck.yml

Check failure on line 22 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/spellcheck.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger