aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-22 11:59:25 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-22 11:59:25 +0100
commite8a6965e8a7f1f45d524048972de0b6f3f880a03 (patch)
tree14f2b4b160d5aa53ada8cd386410ad17445da553
parent12a7d32057e621dd0a0678036707a118c55318e7 (diff)
downloadspacebeans-e8a6965e8a7f1f45d524048972de0b6f3f880a03.tar.gz
spacebeans-e8a6965e8a7f1f45d524048972de0b6f3f880a03.zip
The project doesn't use CI now
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index d63e8b4..8b318f2 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,6 @@ The sources must be formatted with `scalafmt`, either via your editor or running
./mill mill.scalalib.scalafmt.ScalafmtModule/reformatAll __.sources
```
-This will be enforced by CI.
-
To check for dependency updates use:
```