Skip to content

feat(android): move bluetooth connection to service #268

feat(android): move bluetooth connection to service

feat(android): move bluetooth connection to service #268

Workflow file for this run

name: "lint"
on:
- push
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --check