Skip to content

docs: update blog post for cdf (#100) #233

docs: update blog post for cdf (#100)

docs: update blog post for cdf (#100) #233

Workflow file for this run

---
name: CI
"on":
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ">=1.21"
- run: make test
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make docker-image