Skip to content

Commit b711ded

Browse files
Logging for pylint
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent f30168e commit b711ded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pylint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
run: |
2727
pylint $(git ls-files '*.py') --output=lintpy.txt || true
2828
pylint $(git ls-files '*.ipynb') --output=lintipynb.txt || true
29+
echo "Linting for Python files."
30+
cat lintpy.txt
31+
echo "Linting for Jupyter files."
32+
cat lintipynb.txt

0 commit comments

Comments
 (0)