From 95e35c4c27a22b880739f94cf91fff7b9560840d Mon Sep 17 00:00:00 2001 From: Tommy Aas Hjelle Date: Wed, 4 Feb 2026 16:59:09 +0100 Subject: [PATCH] Create main.properties.json --- .github/workflows/main.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/main.properties.json diff --git a/.github/workflows/main.properties.json b/.github/workflows/main.properties.json new file mode 100644 index 0000000..d46ff7b --- /dev/null +++ b/.github/workflows/main.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Test using maven", + "description": "Runs maven tests for the entire project", + "iconName": "maven", + "categories": ["Continuous integration", "Java", "Maven"] +}