From e854adfce854172d15568977c5c880da40d6908b Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Sat, 21 Nov 2020 20:52:36 +0100 Subject: [PATCH] Shiny actions --- workflow-templates/ci.properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow-templates/ci.properties.json b/workflow-templates/ci.properties.json index fb5721c..384292a 100644 --- a/workflow-templates/ci.properties.json +++ b/workflow-templates/ci.properties.json @@ -1,8 +1,9 @@ { "name": "Continuous Integration", "description": "For each push and pull request, build and test the project using Maven.", + "iconName": "maven", "categories": [ - "Java" + "Java", "Maven" ], "filePatterns": [ "pom.xml$"