Skip to content

bybit: fix UpdateAccountInfo free and hold calculations #9631

bybit: fix UpdateAccountInfo free and hold calculations

bybit: fix UpdateAccountInfo free and hold calculations #9631

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: '1.25.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0