diff options
| author | Fuwn <[email protected]> | 2025-09-11 18:14:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-11 18:14:55 -0700 |
| commit | 7d95ef148a5c5581d75b58e17d7a7015f97c6cf6 (patch) | |
| tree | 45f7c213691dd86b04faaf2d2aa5f59b6a24378f | |
| parent | feat: Add complaint system (diff) | |
| download | umabotdiscord-7d95ef148a5c5581d75b58e17d7a7015f97c6cf6.tar.xz umabotdiscord-7d95ef148a5c5581d75b58e17d7a7015f97c6cf6.zip | |
chore(justfile): Add extra linting tasks
| -rw-r--r-- | justfile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -9,4 +9,12 @@ publish: lint: just bun_run lint -
\ No newline at end of file + +check: + just bun_run type-check + +checkl: + just lint && just check + +fix: + just bun_run fix |