Skip to content

Add repository link to Cargo.toml #74

Add repository link to Cargo.toml

Add repository link to Cargo.toml #74

Workflow file for this run

on: [push, pull_request]
name: Build and Test check
jobs:
check:
name: cargo-check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
- run: cargo build