Skip to content

Commit

Permalink
Merge branch 'lab3' of github.com:VoronM1522/S25-core-course-labs int…
Browse files Browse the repository at this point in the history
…o lab3
  • Loading branch information
VoronM1522 committed Feb 15, 2025
2 parents bea97f6 + bf9099a commit def8bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ python unittests.py
Output will contain `OK` in case of success or backtrace for function(s) with error.

## CI
[![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)

[![Python Application CI](https://github.com/VoronM1522/S25-core-course-labs/actions/workflows/python-app.yml/badge.svg?branch=lab3)](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;
- Dependencies and linter (`flake8`) installation;
Expand Down

0 comments on commit def8bd7

Please sign in to comment.