this repo has no description
0
fork

Configure Feed

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

build: fixing typo in taskfile

+3 -1
+3 -1
Taskfile.yml
··· 12 12 ci:full: 13 13 desc: Run CI locally in containers 14 14 cmd: act 15 + sources: 16 + - ./**/* 15 17 ci:local: 16 18 desc: Run CI locally 17 19 deps: [audit, fmt, test, nix:check, nix:build, clippy, pre-commit, build] ··· 69 71 coverage: 70 72 desc: Run coverage 71 73 aliases: [cov] 72 - cmd: cargo tarpaulin --skip-clean --out-dir coverage --out lcov 74 + cmd: cargo tarpaulin --skip-clean --output-dir coverage --out lcov