Skip to content

updated StarlingMonkey to latest commit "aa18177" 6 Nov 2024 #80

updated StarlingMonkey to latest commit "aa18177" 6 Nov 2024

updated StarlingMonkey to latest commit "aa18177" 6 Nov 2024 #80

Workflow file for this run

name: Pull Request Requirements
on:
pull_request:
branches: ['*.*.x', '*.x', 'main', 'next', 'next-major', 'beta', 'alpha']
workflow_dispatch: # trigger manually
jobs:
code_validation:
uses: ./.github/workflows/code-validation.yaml
unit_tests:
uses: ./.github/workflows/unit-tests.yaml