change the CI to run the tests before doing linting
This commit is contained in:
parent
1e8784a55a
commit
7750afba4e
2
Makefile
2
Makefile
@ -91,7 +91,7 @@ check-deps:
|
||||
diff -r fennel old-fennel
|
||||
rm -rf old-deps old-fennel
|
||||
|
||||
ci: selflint testall
|
||||
ci: testall selflint
|
||||
|
||||
clean:
|
||||
rm -fr $(EXE) old-deps old-fennel build/
|
||||
|
||||
@ -65,10 +65,6 @@ user code. Fennel-ls doesn't support user-code formatting as of now."
|
||||
")")
|
||||
(render-arglist args args-offset))))
|
||||
|
||||
(fn fn-format [special ?name args ?docstring]
|
||||
(.. (code-block (fn-signature-format special ?name args))
|
||||
(if ?docstring (.. "\n---\n" ?docstring) "")))
|
||||
|
||||
(fn metadata-format [{: binding : metadata}]
|
||||
"formats a special using its builtin metadata magic"
|
||||
(..
|
||||
|
||||
Loading…
Reference in New Issue
Block a user