Skip to content

feat: Convert everything to revised schema #620

feat: Convert everything to revised schema

feat: Convert everything to revised schema #620

Workflow file for this run

name: "PR Workflow"
on:
pull_request:
workflow_dispatch:
jobs:
run-format-check:
uses: ./.github/workflows/format-check.yml
permissions:
pull-requests: write
contents: read
run-linting-check:
uses: ./.github/workflows/linting-check.yml
permissions:
pull-requests: write
link-checker:
uses: ./.github/workflows/links.yml
permissions:
pull-requests: write
contents: read
yaml-checker:
uses: ./.github/workflows/yaml-check.yml
permissions:
pull-requests: write
contents: read
todo-checker:
uses: ./.github/workflows/todo-check.yml
permissions:
pull-requests: write
contents: read
validation-checker:
uses: ./.github/workflows/validation-check.yml

Check failure on line 38 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_request.yaml" -> "./.github/workflows/validation-check.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
permissions:
pull-requests: write
contents: read