Skip to content

Commit 94a0e1e

Browse files
committed
tests: add umschreiben-clj to canary tests
1 parent 8fac560 commit 94a0e1e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Some projects using rewrite-clj v1
5454
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] ^🐥^
5555
* https://github.com/borkdude/rewrite-edn[rewrite-edn] ^🐥^
5656
* https://github.com/lread/test-doc-blocks[test-doc-blocks] ^🐥^
57+
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] ^🐥^
5758

5859
Some projects using rewrite-clj v0 and/or rewrite-cljs
5960

script/test_libs.clj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,14 @@
413413
:patch-fn deps-edn-v1-patch
414414
:show-deps-fn cli-deps-tree
415415
:test-cmds ["bb ./script/ci_tests.clj"]}
416+
{:name "umschreiben-clj"
417+
:version "0.1.0"
418+
:platforms [:clj]
419+
:github-release {:repo "nubank/umschreiben-clj"
420+
:via :tag}
421+
:patch-fn project-clj-v1-patch
422+
:show-deps-fn lein-deps-tree
423+
:test-cmds ["lein test"]}
416424
{:name "zprint"
417425
:version "1.1.1"
418426
:platforms [:clj :cljs]

0 commit comments

Comments
 (0)