Copyright (C) 2024 @github.com:HungNguyen501.
All rights reserved.
The personal project is written mainly by Python. Also, the project uses GitHub Action and Bazel (incremental build model) for CI flow that qualifies the following criteria:
- Branch/ Tag naming convention.
- PEP8 coding style.
- Unit Tests - Code coverage 100%.
- Bazel
$ bazel --version
bazel 7.2.1
- Python 3.12
$ python3.12 --version
Python 3.12.7
$ python3.12 -m pip --version
pip 24.2
- Init project: install libs and add githook
$ make init