this repo has no description

ci: add rustfmt check

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 85254751 829e0683

verified
Changed files
+14
.tangled
workflows
+14
.tangled/workflows/fmt.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - cargo 8 + - rustc 9 + - rustfmt 10 + 11 + steps: 12 + - name: "cargo fmt" 13 + command: | 14 + cargo fmt --all --check