Skip to content

Make ROMFS files and bin files. #449

Make ROMFS files and bin files.

Make ROMFS files and bin files. #449

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
run_cargo_fmt:
name: Run cargo fmt
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Add Tool
run: rustup component add rustfmt
- name: Check Format
run: cargo nbuild format --check