Commit 3cf2d11
committed
github/workflow: pylint checker update
pylint github workflow is currently broken due to following
error:
GitHub Actions / .github/workflows/pylint.yml
Invalid workflow file
You have an error in your yaml syntax on line 6
A mix of spaces and tab usage is causing this error. Fix
the formatting error.
Also update the python verion list to include 3.13 and
3.14. These versions are available with newer distributions.
Signed-off-by: Sachin Sant <sachinp@linux.ibm.com>1 parent f87119f commit 3cf2d11
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments