From 932f33ae2c181b46956f285b6d6314109e03eb76 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 14 Nov 2023 21:16:51 +0100 Subject: [PATCH] GitHub actions: add badge to readme --- .github/workflows/ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee9ff7e33..f182f36dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +name: Build on: pull_request: push: diff --git a/README.md b/README.md index 22545b5ca..3103c3bcb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TeaVM - +[![.github/workflows/ci.yml](https://github.com/konsoletyper/teavm/actions/workflows/ci.yml/badge.svg)](https://github.com/konsoletyper/teavm/actions/workflows/ci.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.teavm/teavm-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.teavm/teavm-maven-plugin) [![Download](https://teavm.org/maven/latestBadge.svg)](https://teavm.org/maven/_latest) [![Gitter chat](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/teavm/Lobby)