Skip to content

I2C read address fix #2559

I2C read address fix

I2C read address fix #2559

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
merge_group:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use the latest stable rustc
run: rustup update stable && rustup default stable
- run: cargo fmt --all -- --check