feat/workspace-tmux-remove (#3)
Reviewed-on: #3 Co-authored-by: Waylon S. Walker <waylon@waylonwalker.com> Co-committed-by: Waylon S. Walker <waylon@waylonwalker.com>
This commit is contained in:
parent
dd7742cf18
commit
8ba6fe6f8a
6 changed files with 910 additions and 216 deletions
7
justfile
Normal file
7
justfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
format:
|
||||
uv run ruff format .
|
||||
|
||||
check:
|
||||
uv run ruff check . --fix
|
||||
uv run ty check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue