10 lines
273 B
YAML
10 lines
273 B
YAML
# Reusable workflow for PRs; to eject, you can replace this file with
|
|
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/pr.yml
|
|
name: Pull Request
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
uses: ryansonshine/ryansonshine/.github/workflows/pr.yml@main
|