Skip to content

Merge pull request #222 from podnetwork/docs/orderbook-order-id-and-t… #922

Merge pull request #222 from podnetwork/docs/orderbook-order-id-and-t…

Merge pull request #222 from podnetwork/docs/orderbook-order-id-and-t… #922

Workflow file for this run

name: Format
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: install fmt for nightly
run: rustup component add rustfmt --toolchain nightly
- name: Version
run: |
cargo +nightly version
cargo +nightly fmt --version
- name: rustfmt check
run: cargo +nightly fmt --check