Commit d76d605
committed
chore(just): consolidate lint and format commands
Simplify justfile by combining related operations:
- lint: now includes format check (nix fmt --fail-on-change)
- format: replaces lint-fix, runs ruff fix and nix fmt together
This makes the CI workflow simpler as format checking is now
part of the lint command.1 parent 5bfab5b commit d76d605
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments