Skip to content

Commit a1a0d05

Browse files
Add format check badge to README.md
This commit adds a new badge for the format check workflow to the README.md file. The badge links to the relevant GitHub workflow, providing quick access to the status of code formatting checks.
1 parent a37511d commit a1a0d05

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-
# LeetCode Study Plan 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+
# LeetCode Study Plan 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/leetcode-study-plans/actions/workflows/format-check.yml/badge.svg)](https://github.com/daily-coding-problem/leetcode-study-plans/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)