From 55c870d392cfd849db175f2346c9368f31871a44 Mon Sep 17 00:00:00 2001 From: Speiger Date: Mon, 27 Dec 2021 21:22:57 +0100 Subject: [PATCH] Adding Build Passing badge --- .github/workflows/build_validator.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.