Skip to content

Extend upd_aggregate and add/del_publisher to support 64 price components on pythnet #816

Extend upd_aggregate and add/del_publisher to support 64 price components on pythnet

Extend upd_aggregate and add/del_publisher to support 64 price components on pythnet #816

Workflow file for this run

name: Check Formatting
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-03-01
components: rustfmt, clippy
- uses: pre-commit/[email protected]