adding pr verifier #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/pr-verifier.ymlInvalid workflow file
|
||
secrets: inherit |