Skip to content

Main branch protection: Rewrite README with module interface, CLI usage, runner flags, and YAML report sample (#16) Agent-Logs-Url: https://github.com/maansaake/arbiter/sessions/89c2d653-397e-45ec-83a1-e80658a5fd6f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maansaake <15028979+maansaake@users.noreply.github.com> #28

Main branch protection: Rewrite README with module interface, CLI usage, runner flags, and YAML report sample (#16) Agent-Logs-Url: https://github.com/maansaake/arbiter/sessions/89c2d653-397e-45ec-83a1-e80658a5fd6f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maansaake <15028979+maansaake@users.noreply.github.com>

Main branch protection: Rewrite README with module interface, CLI usage, runner flags, and YAML report sample (#16) Agent-Logs-Url: https://github.com/maansaake/arbiter/sessions/89c2d653-397e-45ec-83a1-e80658a5fd6f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maansaake <15028979+maansaake@users.noreply.github.com> #28

Workflow file for this run

name: Main branch protection
run-name: "Main branch protection: ${{ github.event.head_commit.message }}"
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/callable-build.yaml
unit-test:
uses: ./.github/workflows/callable-test-unit.yaml
function-test:
uses: ./.github/workflows/callable-test-function.yaml