Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Allow configuration of chat template (#129) #492

Allow configuration of chat template (#129)

Allow configuration of chat template (#129) #492

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Run all checks
run: make all