reitit/Justfile

11 lines
134 B
Makefile
Raw Normal View History

help:
@just --list
# Initializes lint
init-lint:
clj-kondo --lint $(lein classpath)
# Lints the project
lint:
./lint.sh