Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

update nix flake

update nix flake #262

Workflow file for this run

on: push
name: Rustfmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Rustfmt
run: cargo fmt -- --check