Skip to content

Commit 967671b

Browse files
committed
Add Build Badge
1 parent 4b3b011 commit 967671b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build with Gradle
1+
name: Build
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Un template d'Application en Ligne de Commande (CLI) avec Java 25 et les JEP 458, 511 et 512
22

3+
[![Build](https://github.com/java-cli-apps/basic-java-25-quickstart/actions/workflows/build.yml/badge.svg)](https://github.com/java-cli-apps/basic-java-25-quickstart/actions/workflows/build.yml)
4+
35
Le template **basic-java-25-quickstart** permet de démarrer une nouvelle application en commande ligne avec Java sans
46
utiliser aucun système de build (autre que `make`).
57

0 commit comments

Comments
 (0)