Skip to content

feat: add gitlawb-compatible commands — cert, ipfs, mcp, sync, name, … #7

feat: add gitlawb-compatible commands — cert, ipfs, mcp, sync, name, …

feat: add gitlawb-compatible commands — cert, ipfs, mcp, sync, name, … #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26.x"
- name: Test
run: make test
- name: Build
run: make build