Skip to content

feat: render byte sequence call args as text or hex instead of per-byte cards #5573

feat: render byte sequence call args as text or hex instead of per-byte cards

feat: render byte sequence call args as text or hex instead of per-byte cards #5573

Workflow file for this run

name: Rustfmt
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
jobs:
rustfmt:
name: Cargo fmt
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: cargo fmt
run: |
cd rust
cargo fmt --all -- --check