Skip to content

Ensure rustfmt check passes #1

Ensure rustfmt check passes

Ensure rustfmt check passes #1

Workflow file for this run

name: Check formatting with rustfmt
run-name: Ensure rustfmt check passes
on: [push]
jobs:
Check-Formatting:
runs-on: rust-latest
steps:
- run: rustup component add rustfmt
- run: rustfmt --edition 2021 --check operator/src/main.rs