Skip to content

add new param current_status to /api/order cancel #720

add new param current_status to /api/order cancel

add new param current_status to /api/order cancel #720

Workflow file for this run

name: "Lint: Python Coordinator"
on:
push:
branches:
- main
paths:
- '**.py'
pull_request_target:
branches:
- main
paths:
- '**.py'
permissions:
checks: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
- name: Ruff
uses: chartboost/ruff-action@v1