Skip to content

Commit c2d7e46

Browse files
Add format check badge to README
This commit updates the README to include a badge for the format check GitHub Action workflow. It improves visibility of the project's code formatting status directly in the documentation.
1 parent 93be74c commit c2d7e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NeetCode 150 Solutions [![Python Unit Tests](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml/badge.svg)](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml)
1+
# NeetCode 150 Solutions [![Python Unit Tests](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml/badge.svg)](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml) [![Format Check](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/format-check.yml/badge.svg)](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/format-check.yml)
22

33
![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white)
44
![Pytest](https://img.shields.io/badge/-Pytest-0A9EDC?style=flat-square&logo=pytest&logoColor=white)

0 commit comments

Comments
 (0)