Skip to content

Commit 0795a56

Browse files
authored
Update readme.md
1 parent 7e58e09 commit 0795a56

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
### Coding Practice
1+
<a href="#"><img alt="" src="https://raw.githubusercontent.com/lilyhe123/coding-practice/main/art/quote1.png"></a>
22

3-
Practice coding by resolving coding challenges. It's a good way to keep my coding brain and arms sharp. Most importantly, I really enjoy it.
3+
<h2 align="center">Coding Practice with Python</h2>
4+
5+
<p align="left">
6+
<a href="https://github.com/lilyhe123/coding-practice/actions/workflows/python-ci.yml"><img alt="Actions status" src="https://github.com/lilyhe123/coding-practice/actions/workflows/python-ci.yml/badge.svg"</a>
7+
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
8+
</p>
9+
10+
My pet project to solve small coding challenges with Python from time to time. It helps keep my coding brain and arms sharp. Most importantly, I really enjoy the process to apply my problem-solving skills to find a solution and then implement with code.
11+
12+
This project also demostrates how to configure pre-commit hooks and CI/CD pipelines, to lint and format code, to run tests etc.

0 commit comments

Comments
 (0)