Skip to content

feat: added auditable decision gate #12

feat: added auditable decision gate

feat: added auditable decision gate #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Test
run: go test ./...
- name: Build
run: go build ./cmd/mpal ./cmd/mpal-mcp