Skip to content

Commit

Permalink
Update workflow and README
Browse files Browse the repository at this point in the history
  • Loading branch information
coderphonui committed Oct 7, 2024
1 parent e196bea commit 1990d53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@v2
with:
generate-branches-badge: true
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# LLM JSON auto repair

![Build](https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml/badge.svg)
[![Coverage](.github/badges/jacoco.svg)](https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml)

A tiny library to repair JSON string output from LLM. It fixes most of the common issues from the LLM JSON output, eg:

* Remove the ```json``` code block
Expand Down

0 comments on commit 1990d53

Please sign in to comment.