this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: add task clippy:fix

+3 -2
+3 -2
Taskfile.yml
··· 36 36 - nix build 37 37 clippy: 38 38 desc: Run clippy 39 - sources: 40 - - ./**/*.rs 41 39 cmd: cargo clippy 40 + clippy:fix: 41 + desc: Run clippy and fix errors 42 + cmd: cargo clippy --fix --allow-dirty --allow-staged 42 43 nix:fmt: 43 44 desc: Run all formatters using treefmt 44 45 cmds: