Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Update README.md

Update README.md #13

name: Run Unit Test
####################################################################################################
## WORKFLOW TRIGGER
####################################################################################################
on:
# Workflow will run on pull requests to the main branch.
pull_request:
branches: [ main ]
####################################################################################################
## WORKFLOW JOBS
####################################################################################################
jobs:
# Calls the shared unit-test workflow.
call_unit_test:
name: Call unit-test workflow
uses: RockLib/RockLib.Workflows/.github/workflows/unit-test.yml@main
secrets: inherit