Skip to content

chore: support for selecting llm with different namespace #492

chore: support for selecting llm with different namespace

chore: support for selecting llm with different namespace #492

Workflow file for this run

name: Verify
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: verify test
run: hack/verify-all.sh