Skip to content

Commit

Permalink
chore: Fix formatting, pr_check.yml edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Sep 5, 2024
1 parent 82f2727 commit 467944b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions pr_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def check_introduction_file(introduction_file):
interests:\s*(.*?)\n # Capture group for the interests field
description:\s*(.*?)\n # Capture group for the description field
github:\s*(.*?)\n # Capture group for the github field
image:\s*(.*?)\n # Capture group for the image field
---$ # End of YAML front matter
"""
# Compile the regex pattern
Expand Down Expand Up @@ -59,4 +58,4 @@ def validate_pr():
sys.exit(0)

if __name__ == "__main__":
validate_pr()
validate_pr()
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ name: Ritvik Anish
interests: Badminton, Math, Coding.
description: Punctual, Disciplined and like to maintain hygeine.
github: https://github.com/RitvikAnish

---
Binary file removed src/content/introductions/Sh1v4mKum4r/Sh1v4mKum4r
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ name: Vibhav
interest: Sleep
description: Jai Shri Ram
Github: https://github.com/Vibhav-Sharma

---
File renamed without changes.

0 comments on commit 467944b

Please sign in to comment.