From 32dd4b680c7854fe043ffe519ef22e2d95818059 Mon Sep 17 00:00:00 2001 From: VoronM1522 <118175360+VoronM1522@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:34:32 +0300 Subject: [PATCH] Update README.md --- app_python/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app_python/README.md b/app_python/README.md index 05a09326e3..a7413e46e6 100644 --- a/app_python/README.md +++ b/app_python/README.md @@ -72,8 +72,7 @@ python unittests.py Output will contain `OK` in case of success or backtrace for function(s) with error. ## CI - -![workflow](https://github.com/VoronM1522/S25-core-course-labs/blob/lab3/.github/workflows/python-app.yml/badge.svg) +[![Application CI](https://github.com/VoronM1522/S25-core-course-labs/actions/workflows/python-app.yml/badge.svg)](https://github.com/VoronM1522/S25-core-course-labs/actions/workflows/python-app.yml) CI triggers on push. It runs on ubuntu-latest. It clones (copy) repository using `actions/checkout@v3` and execute the next steps: - Setting up python;