Skip to content

cleanup(plugin): L-R1, L-R2, M-R1, M-R2 — review-2 polish #428

cleanup(plugin): L-R1, L-R2, M-R1, M-R2 — review-2 polish

cleanup(plugin): L-R1, L-R2, M-R1, M-R2 — review-2 polish #428

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