Skip to content

Add no_std build test on target with no std #8

Add no_std build test on target with no std

Add no_std build test on target with no std #8

Workflow file for this run

name: Check cargo fmt
on:
pull_request:
branches:
- master
jobs:
format-check:
name: Enforce formatting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Check formatting
run: cargo fmt -- --check