Skip to content

Commit 4552ba8

Browse files
committed
I added some things to the pylint job
1 parent e30e4e7 commit 4552ba8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-format.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
2727
- name: Run pylint
2828
run: pylint $(git ls-files '*.py')
29+
shell: /usr/bin/bash -e {0}
30+
env:
31+
pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
32+
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
33+
2934

3035
- name: Run black
3136
run: black --check .

0 commit comments

Comments
 (0)