Skip to content

Constructing the control pipe from a user-provided buffer #157

Constructing the control pipe from a user-provided buffer

Constructing the control pipe from a user-provided buffer #157

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@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features
- run: cargo clippy --features defmt
- run: cargo clippy --features log
- run: cargo clippy