Skip to content

馃摑 Add demo video comparison to README #38

馃摑 Add demo video comparison to README

馃摑 Add demo video comparison to README #38

Workflow file for this run

name: rustfmt
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust Nightly
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Format Check
run: cargo +nightly fmt --all -- --check