Skip to content

adding pr verifier

adding pr verifier #1

Workflow file for this run

name: PR Verifier
on:
pull_request:
# Required by GitHub Action; this make sure this workflow is fired off every time the PR is updated
types: [opened, edited, synchronize, reopened]
# https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
jobs:
call-shared-workflow:
uses: resy/shared-gha/.github/workflows/pr-verifier.yml@main

Check failure on line 10 in .github/workflows/pr-verifier.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/pr-verifier.yml" -> "resy/shared-gha/.github/workflows/pr-verifier.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit