Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Cleanup LLMEndpointType #1

Cleanup LLMEndpointType

Cleanup LLMEndpointType #1

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
- name: Run tests
run: make test