From e876ab328f93d81d7addad6b610d9f80ce0cc279 Mon Sep 17 00:00:00 2001 From: me Date: Thu, 26 Feb 2026 17:19:03 +0300 Subject: [PATCH] feat: update README.md to add tests results for GitHub repo --- .github/workflows/{tests.yml => test.yml} | 0 README.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{tests.yml => test.yml} (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/tests.yml rename to .github/workflows/test.yml diff --git a/README.md b/README.md index 41a39f6..461c650 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ gitea: none include_toc: true --- -# Система управления банковскими картами [![Tests](https://git.fymio.us/me/bank-rest/actions/workflows/test.yml/badge.svg)](https://git.fymio.us/me/bank-rest/actions) +# Система управления банковскими картами [![Tests](https://git.fymio.us/me/bank-rest/actions/workflows/test.yml/badge.svg)](https://git.fymio.us/me/bank-rest/actions) [![Tests](https://github.com/fymious/bank-rest/actions/workflows/test.yml/badge.svg)](https://github.com/fymious/bank-rest/actions) + REST API на Spring Boot для управления банковскими картами с JWT авторизацией, шифрованием номеров карт и ролевым доступом.