Update commit_and_push.sh

This commit is contained in:
VinciGit00 2024-04-24 20:42:24 +02:00
parent 9898bfb071
commit 3a7fd7a2e3

View File

@ -22,6 +22,12 @@ commit_message="$1"
# Run Pylint on the specified Python files
pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py
# Run the tests
cd tests
pytest
#Make the pull
git pull