From 089079ed9ee933ef2aa2f5680f027bd3c19baa2b Mon Sep 17 00:00:00 2001 From: Stratis Dermanoutsos Date: Wed, 17 Sep 2025 21:24:43 +0300 Subject: [PATCH 1/2] Added badge --- .github/workflows/{run_tests.yml => CI.yml} | 2 +- README.md | 2 ++ StringTemplates.slnx | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{run_tests.yml => CI.yml} (97%) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/CI.yml similarity index 97% rename from .github/workflows/run_tests.yml rename to .github/workflows/CI.yml index f76c244..3e0a882 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/CI.yml @@ -1,4 +1,4 @@ -name: Run tests +name: CI on: pull_request: diff --git a/README.md b/README.md index 210c8b0..a8bee20 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The best way to handle templates and replace placeholders. +[![CI](https://github.com/Stratis-OSS/StringTemplates.Net/workflows/CI/badge.svg)](https://github.com/Stratis-OSS/StringTemplates.Net/actions?query=workflow%3ACI) + ## NuGet Packages | StringTemplates Package | NuGet | diff --git a/StringTemplates.slnx b/StringTemplates.slnx index 125b180..e1c27ea 100644 --- a/StringTemplates.slnx +++ b/StringTemplates.slnx @@ -13,7 +13,7 @@ - + From bedbe30518e029244655aa0c21c734550a2328f8 Mon Sep 17 00:00:00 2001 From: Stratis Dermanoutsos Date: Wed, 17 Sep 2025 21:26:12 +0300 Subject: [PATCH 2/2] Moved it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8bee20..3f81d2c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # StringTemplates.Net -The best way to handle templates and replace placeholders. - [![CI](https://github.com/Stratis-OSS/StringTemplates.Net/workflows/CI/badge.svg)](https://github.com/Stratis-OSS/StringTemplates.Net/actions?query=workflow%3ACI) +The best way to handle templates and replace placeholders. + ## NuGet Packages | StringTemplates Package | NuGet |