Skip to content

docs: optimize README images and architecture sections #2

docs: optimize README images and architecture sections

docs: optimize README images and architecture sections #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.work
cache: true
- name: Build workspace
run: ./script/build-workspace.sh