Skip to content

Sync dump dict feature with Java version #306

Sync dump dict feature with Java version

Sync dump dict feature with Java version #306

Workflow file for this run

name: Lint-Rustfmt
on:
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rustfmt
run: cargo fmt -- --check --files-with-diff