Skip to content

Fix Kraken trade sync and harden Decimal parsing #2

Fix Kraken trade sync and harden Decimal parsing

Fix Kraken trade sync and harden Decimal parsing #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Smoke test (no API keys)
run: |
python crypto_pnl_tool.py --sync-only || true