;just: format: better commit message
This commit is contained in:
parent
0be21fde65
commit
173e65fcc1
2
Justfile
2
Justfile
@ -59,7 +59,7 @@ alias h := help
|
||||
|
||||
# if this justfile is error free but in non-standard format, reformat and commit it
|
||||
@format:
|
||||
just -q chk || just --fmt --unstable && git commit -m 'just: fmt' -- {{ justfile() }}
|
||||
just -q chk || just --fmt --unstable && git commit -m ';just: format' -- {{ justfile() }}
|
||||
|
||||
# rerun RECIPE when any watched-by-default file changes
|
||||
watch RECIPE *JOPTS:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user