mirror of
https://github.com/FossifyOrg/Flashlight.git
synced 2026-01-23 23:10:31 -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"
|