Skip to content

feat: add crowdfund command and nowpayments service #404

feat: add crowdfund command and nowpayments service

feat: add crowdfund command and nowpayments service #404

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.23.3
- name: Build the binary
run: make build