Add validation routine to justfile
This commit is contained in:
parent
2faeda87c3
commit
75586854de
1 changed files with 5 additions and 1 deletions
6
justfile
6
justfile
|
|
@ -1,4 +1,4 @@
|
|||
default: versioned
|
||||
default: versioned validate
|
||||
|
||||
all: files kernels unique packages
|
||||
|
||||
|
|
@ -17,3 +17,7 @@ packages:
|
|||
versioned:
|
||||
datalad run -m "Create updated output data" -i input/ -o output/ just all
|
||||
printf "\n## %s\n\n- auto generated\n" $(date +%F) | sed -i '/CHANGELOG/r /dev/stdin' CHANGELOG.md
|
||||
|
||||
# requires python dependencies, thus to be running in venv
|
||||
validate:
|
||||
uv run pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue