Skip to content

Update readme

Update readme #19

Workflow file for this run

name: Format
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
TARGET: thumbv6m-none-eabi
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check format
run: cargo fmt --all -- --check