Skip to content

Commit

Permalink
change: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
b-avb committed Jan 28, 2025
1 parent 473bf87 commit 7c082c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ default: check
check: check-sube check-scales check-libwallet

check-sube:
@just -f sube/justfile check lint
@just -f lib/sube/justfile check lint

check-scales:
@just -f scales/justfile check lint
@just -f lib/scales/justfile check lint

check-libwallet:
@just -f libwallet/justfile check lint
@just -f lib/libwallet/justfile check lint

0 comments on commit 7c082c1

Please sign in to comment.