todo precommit

This commit is contained in:
Celina Lopez
2024-11-01 13:35:26 -07:00
parent f11050d961
commit b2ccce3707
2 changed files with 4 additions and 3 deletions

View File

@@ -33,10 +33,10 @@ if [ -z "$NEW_TODOS" ]; then
fi
# Append NEW_TODOS to README.md under a TODO section
echo -e "\n$NEW_TODOS" >> README.md
echo -e "\n$NEW_TODOS" >> TODO.md
# Add README.md to the commit
git add README.md
echo -e "\n✅ README.md updated with new TODOs"
git add TODO.md
echo -e "\n✅ TODO.md updated with new TODOs"
exit 0

1
TODO.md Normal file
View File

@@ -0,0 +1 @@
# Todos