Skip to content

Update deps and flake #59

Update deps and flake

Update deps and flake #59

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Rustfmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Run rustfmt
run: cargo fmt -- --check