Skip to content

Tidy up the project a bit #69

Tidy up the project a bit

Tidy up the project a bit #69

Workflow file for this run

name: Rescue Node Proxy
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.8
- uses: arduino/setup-protoc@v1
- run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: |
make
- run: go test -v ./...