Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add components
  • Loading branch information
Kylin-Mao authored Feb 10, 2024
1 parent 4317958 commit 103f5c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ To use pytest, run the following:
To run the application, run the following:

pdm run src/main.py

## Component Path

For now, we're focusing on two components: the test and the function itself.

To access the functional component, you can go to src folder.

cd src

To access the functional component, you can go to tests folder.

cd tests

## Continuous Integration with GitHub Actions
This project is configured to use GitHub Actions for continuous integration. Every push to the repository triggers automated tests and checks to ensure code quality and functionality.
Expand Down

0 comments on commit 103f5c8

Please sign in to comment.