Skip to content

Fix the 'report_is_empty()' function (#57) #155

Fix the 'report_is_empty()' function (#57)

Fix the 'report_is_empty()' function (#57) #155

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Cargo Format
jobs:
fmt:
name: Cargo Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- run: cd firmware && cargo fmt --all -- --check