Skip to content

Fix "log" feature flag for RM0455 parts, expand CI to cover this path #1501

Fix "log" feature flag for RM0455 parts, expand CI to cover this path

Fix "log" feature flag for RM0455 parts, expand CI to cover this path #1501

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --all -- --check