We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2a796a + acc2557 commit 28c6b38Copy full SHA for 28c6b38
1 file changed
.github/workflows/pr-test.yml
@@ -70,7 +70,7 @@ jobs:
70
- run: |
71
echo "PYTHONPATH=/github/workspace/:/github/workflow/.venv/lib/python$(echo 'import sys; print(".".join(map(str, sys.version_info[0:2])))' | python)/site-packages" >> "${GITHUB_ENV}"
72
- name: Lint files
73
- uses: github/super-linter/slim@v4.9.1
+ uses: github/super-linter/slim@v4.9.2
74
env:
75
VALIDATE_ALL_CODEBASE: true
76
VALIDATE_PYTHON_BLACK: false
0 commit comments