just: push
This commit is contained in:
parent
36e1380674
commit
67deeafd34
6
justfile
6
justfile
@ -14,6 +14,12 @@
|
|||||||
@fmt:
|
@fmt:
|
||||||
just -q check || just --fmt --unstable
|
just -q check || just --fmt --unstable
|
||||||
|
|
||||||
|
# ** dev
|
||||||
|
|
||||||
|
# push to github CI branch, wait for CI tests to pass, then push to master
|
||||||
|
@push *INTERVALSECS:
|
||||||
|
tools/push {{ INTERVALSECS }}
|
||||||
|
|
||||||
# ** releasing
|
# ** releasing
|
||||||
|
|
||||||
# Symlink/copy important files temporarily in .relfiles/.
|
# Symlink/copy important files temporarily in .relfiles/.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user