mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 06:26:44 -06:00
refactor: use GitHub activity for project sorting instead of update timestamp
This commit is contained in:
@@ -27,6 +27,7 @@ check:
|
||||
{ name: "eslint", cmd: ["bun", "run", "--cwd", "web", "lint"] },
|
||||
{ name: "svelte-check", cmd: ["bun", "run", "--cwd", "web", "check"] },
|
||||
{ name: "clippy", cmd: ["cargo", "clippy", "--all-targets"] },
|
||||
{ name: "sqlx-prepare", cmd: ["cargo", "sqlx", "prepare", "--check"] },
|
||||
{ name: "rustfmt", cmd: ["cargo", "fmt", "--check"] },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user