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

Edit README.md to point people towards Docker Model Runner repo (#133) #498

Edit README.md to point people towards Docker Model Runner repo (#133)

Edit README.md to point people towards Docker Model Runner repo (#133) #498

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