Skip to content

Remove all #![allow(...)] #104

Remove all #![allow(...)]

Remove all #![allow(...)] #104

Workflow file for this run

name: Rust Format Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run fmt
run: cargo fmt --all --check