Skip to content

add json rpc server

add json rpc server #5

Workflow file for this run

name: Smelter-CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: setup go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: make build
- name: Test
run: make test