Skip to content

Some cleanup, enable LTO #5

Some cleanup, enable LTO

Some cleanup, enable LTO #5

Workflow file for this run

name: Rust Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Format Check
run: cargo fmt -- --check