Skip to content

Ensuring HexAddress is Wrapped in String format and as HexAddress #518

Ensuring HexAddress is Wrapped in String format and as HexAddress

Ensuring HexAddress is Wrapped in String format and as HexAddress #518

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@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Compile FireFly CLI
run: make