Skip to content

FDN-4581 Centralize definition of github workflows #25

FDN-4581 Centralize definition of github workflows

FDN-4581 Centralize definition of github workflows #25

Workflow file for this run

name: "PR Title and Description Check"
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
validate:
uses: flowcommerce/code-steward/.github/workflows/pr-validator.yml@main

Check failure on line 7 in .github/workflows/pr-validator.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-validator.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-validator.yml" -> "flowcommerce/code-steward/.github/workflows/pr-validator.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.