We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30168e commit b711dedCopy full SHA for b711ded
.github/workflows/pylint.yml
@@ -26,3 +26,7 @@ jobs:
26
run: |
27
pylint $(git ls-files '*.py') --output=lintpy.txt || true
28
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