Skip to content

Point to esp-hal instead of esp-hal-common in README.md #115

Point to esp-hal instead of esp-hal-common in README.md

Point to esp-hal instead of esp-hal-common in README.md #115

Workflow file for this run

name: Code formatting check
on:
push:
branches: [ main ]
pull_request:
merge_group:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check fmt
run: cargo fmt -- --check