Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Feb 15, 2024
1 parent 5caa22b commit de0802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py scrapegraphai/*.py examples/*.py tests/*.py > pylint_output.txt
python evaluate_pylint_score.py pylint_output.txt
python .github/workflows/evaluate_pylint_score.py pylint_output.txt

0 comments on commit de0802a

Please sign in to comment.