fix function args

This commit is contained in:
patdyn 2024-07-04 16:06:08 +02:00
parent e8eea1e646
commit 1b1f759c69

View file

@ -235,7 +235,7 @@ def release(project):
def linttest(project, release_type):
build = get_devops_build(project)
build.update_release_type(release_type)
test_clj(project)
test_cljs(project)
test_schema(project)
test_clj()
test_cljs()
test_schema()
lint(project)