Skip to content

feat: add optional LLM-as-Judge layer with CLI support, tests, and docs (#30) #64

feat: add optional LLM-as-Judge layer with CLI support, tests, and docs (#30)

feat: add optional LLM-as-Judge layer with CLI support, tests, and docs (#30) #64

Workflow file for this run

name: CI / Go
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
- 'testdata/**'
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
- 'testdata/**'
workflow_dispatch:
permissions:
contents: read
jobs:
go:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/reusable-go.yml
with:
ref: ${{ github.sha }}