Skip to content

Adds GHA to package & push GGUF as OCI Artifact #273

Adds GHA to package & push GGUF as OCI Artifact

Adds GHA to package & push GGUF as OCI Artifact #273

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