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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |