Skip to content

Remove unnecessary functions and simplify comments #69

Remove unnecessary functions and simplify comments

Remove unnecessary functions and simplify comments #69

Workflow file for this run

on: [push, pull_request]
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-20.04
defaults:
run:
working-directory: wii-ext
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
components: rustfmt
- run: cargo fmt -- --check