This commit is contained in:
2025-06-10 19:44:17 +02:00
commit 450e5e842a
5 changed files with 115 additions and 0 deletions

14
justfile Normal file
View File

@@ -0,0 +1,14 @@
_default:
@just --unsorted --list
# Check project
check:
bc-check
# Format project
fmt:
bc-fmt
# Perform automated fixes
fix:
bc-fix