Skip to content

V2 Fixed comparison of MinNodeFee and MaxNodeFee #519

V2 Fixed comparison of MinNodeFee and MaxNodeFee

V2 Fixed comparison of MinNodeFee and MaxNodeFee #519

Workflow file for this run

name: Smart Node Build
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.5
- run: cd ${GITHUB_WORKSPACE}/rocketpool-cli && go build .
- run: cd ${GITHUB_WORKSPACE}/rocketpool-daemon && go build .