Hi! This project is created to show a simple unit test project based on Python language and run that by Github workflows.
Can see workflows and processes in the Action tab on the top of this screen or this link.
Furthermore, you can see the YML file and workflows code in this link
graph LR
A[Root] -- For workflos file --> B(/ .github)
A -- Unit test files --> C(/ Tests)
A -- Sample function --> D(/ Calculator)
A -- Sample executable file --> E(/ Example)