Skip to content

fix get_coin_amount and add test (#343) #546

fix get_coin_amount and add test (#343)

fix get_coin_amount and add test (#343) #546

Workflow file for this run

name: Backend
on: [push, pull_request]
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.0'
- name: Build
run: go mod download && go build