Skip to content

Add English README and unify workspace build scripts #3

Add English README and unify workspace build scripts

Add English README and unify workspace build scripts #3

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