mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
help:
|
|
@just --list
|
|
|
|
# Initializes lint
|
|
init-lint:
|
|
clj-kondo --lint $(lein classpath)
|
|
|
|
# Lints the project
|
|
lint:
|
|
./lint.sh
|