aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-29 08:54:24 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-29 08:54:24 -0500
commit4f529f2c76b893077a8395bfe518b3e5b642e0ee (patch)
treeefc77666285f8336e13dc65b5e09d0132ee21ae2
parentfeat: Add Java/JVM (#24) (diff)
downloadlocusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.gz
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.bz2
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.lz
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.xz
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.zst
locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.zip
Basic README + LFS strikes again
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--.github/workflows/jvm.yml1
-rw-r--r--README.md3
-rw-r--r--docs/JVM.md5
3 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/jvm.yml b/.github/workflows/jvm.yml
index 2dbb02f..bf540c7 100644
--- a/.github/workflows/jvm.yml
+++ b/.github/workflows/jvm.yml
@@ -50,6 +50,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
+ lfs: true
- name: Setup Java
uses: actions/setup-java@v4
with:
diff --git a/README.md b/README.md
index 372731b..9af11ae 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,13 @@
[![C](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml)
[![Docker](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml)
[![.NET](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml)
+[![JVM](https://github.com/locusts-r-us/locusts/actions/workflows/jvm.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/jvm.yml)
[![Go](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml)
[![Node.js](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml)
[![Python](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml)
[![Rust](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml)
+
We here at Locusts-R-Us have developed a series of libraries for all sorts of programming languages to introduce locusts in all sorts of codebases.
## FAQ
@@ -43,6 +45,7 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information.
- [C#/F#](./docs/.NET.md)
- [JavaScript/TypeScript](./docs/JavaScript.md)
- [BEAM](./docs/BEAM.md)
+- [JVM](./docs/JVM.md)
### Not a language but still supported
diff --git a/docs/JVM.md b/docs/JVM.md
new file mode 100644
index 0000000..4f37b56
--- /dev/null
+++ b/docs/JVM.md
@@ -0,0 +1,5 @@
+# locusts
+
+[![JVM](https://github.com/locusts-r-us/locusts/actions/workflows/jvm.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/jvm.yml)
+
+TODO: Fill out this README.md with information about the JVM library. \ No newline at end of file