name:"Test Suite"on:push:pull_request:jobs:formatting:name:cargo fmtruns-on:ubuntu-lateststeps:- uses:actions/checkout@v3# Ensure rustfmt is installed and setup problem matcher- uses:actions-rust-lang/setup-rust-toolchain@v1with:components:rustfmt- name:Rustfmt Checkuses:actions-rust-lang/rustfmt@v1