reitit/Justfile
2020-03-05 13:32:48 +02:00

10 lines
134 B
Makefile

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