Skip to content

fix(security+compaction): C5 ! cmd fencing + C6 full prefix + C7 tool… #432

fix(security+compaction): C5 ! cmd fencing + C6 full prefix + C7 tool…

fix(security+compaction): C5 ! cmd fencing + C6 full prefix + C7 tool… #432

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: rustfmt
- name: Check formatting
run: cargo fmt --all --check