Skip to content

Merge pull request #359 from dan-r/fix-ipfs-private-network-peering #707

Merge pull request #359 from dan-r/fix-ipfs-private-network-peering

Merge pull request #359 from dan-r/fix-ipfs-private-network-peering #707

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.26.4"
- name: Compile FireFly CLI
run: make