Skip to content

Update min holding value to $0.25 to count towards a holder #464

Update min holding value to $0.25 to count towards a holder

Update min holding value to $0.25 to count towards a holder #464

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.26.x
- name: Test
run: make test