Skip to content

refactor: rename CLI/home namespace to curiocore and alpha2 bump #4

refactor: rename CLI/home namespace to curiocore and alpha2 bump

refactor: rename CLI/home namespace to curiocore and alpha2 bump #4

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Build curiocore
run: go build -o bin/curiocore ./cmd/curiocore
- name: Test
run: go test ./...