Skip to content

New streaming api

New streaming api #226

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
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: Test
run: make test
env:
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
- name: Lint
run: make lint