mirror of
https://github.com/FossifyOrg/Flashlight.git
synced 2026-01-24 15:28:35 -05:00
12 lines
217 B
YAML
12 lines
217 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|
|
with:
|
|
test_task: ":app:testCoreDebugUnitTest"
|