diff --git a/.github/workflows/build_validator.yml b/.github/workflows/build_validator.yml index 5b0607ab..c2d1c0b7 100644 --- a/.github/workflows/build_validator.yml +++ b/.github/workflows/build_validator.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: Java CI with Gradle +name: Latest Build on: push: diff --git a/README.md b/README.md index 152edc56..244b1cbc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Build](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_validator.yml/badge.svg) + # Primitive-Collections This is a Simple Primitive Collections Library i started as a hobby Project.