Skip to content

Fix typos in GPIO docs #771

Fix typos in GPIO docs

Fix typos in GPIO docs #771

Workflow file for this run

on: [push, pull_request]
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use the latest stable rustc
run: rustup update stable && rustup default stable
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check