From 4f529f2c76b893077a8395bfe518b3e5b642e0ee Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 08:54:24 -0500 Subject: Basic README + LFS strikes again Signed-off-by: Matt Strapp --- .github/workflows/jvm.yml | 1 + README.md | 3 +++ docs/JVM.md | 5 +++++ 3 files changed, 9 insertions(+) create mode 100644 docs/JVM.md 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 -- cgit v1.2.3