From ca9a1bf09b6bbc3f66bc3b60adf56cc98fbb1a71 Mon Sep 17 00:00:00 2001 From: Alfonso Montilla Date: Sat, 13 Apr 2024 22:25:35 -0300 Subject: [PATCH] docs: add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5d20f3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Codility Challenges (Lessons) + +* [![continuos integration](https://github.com/agmontilla/codility_challenges_solutions/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/agmontilla/codility_challenges_solutions/actions/workflows/ci.yml) +* [![codecov](https://codecov.io/gh/agmontilla/codility_challenges_solutions/graph/badge.svg?token=GCP1TD88YT)](https://codecov.io/gh/agmontilla/codility_challenges_solutions) +* ![Static Badge](https://img.shields.io/badge/python%20version-3.10-blue) +* [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +* [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) +* [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) +* ![Static Badge](https://img.shields.io/badge/project%20status%20-%20completed%20-%20green%20light) +--- \ No newline at end of file