mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
Update commit_and_push.sh
This commit is contained in:
parent
9898bfb071
commit
3a7fd7a2e3
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user