Skip to content

Commit

Permalink
badge
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 committed Feb 5, 2025
1 parent a88d5fa commit 20c9b93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Output will contain `OK` in case of success or backtrace for function(s) with er

## CI

![workflow](https://github.com/VoronM1522/S25-core-course-labs/blob/lab3/.github/workflows/python-app.yml/badge.svg)

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;
- Dependencies and linter (`flake8`) installation;
Expand All @@ -82,4 +84,4 @@ CI triggers on push. It runs on ubuntu-latest. It clones (copy) repository using
- I use username as a plain text (environment variable), since it is not a secret from the previous pushes and README.md, where I describe pulling it from Docker Hub public repository. However password is a sencetive data, so I use GitHub Secrets
- Build & Push Docker image

As you can see, most of the steps use predefined workflaws.
As you can see, most of the steps use predefined workflaws.

0 comments on commit 20c9b93

Please sign in to comment.