change the CI to run the tests before doing linting

This commit is contained in:
XeroOl 2025-07-02 22:41:11 -05:00
parent 1e8784a55a
commit 7750afba4e
2 changed files with 1 additions and 5 deletions

View File

@ -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/

View File

@ -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"
(..