We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6080 commit 65f83d8Copy full SHA for 65f83d8
.github/workflows/coverage.yml
@@ -38,3 +38,17 @@ jobs:
38
with:
39
github_token: ${{ secrets.github_token }}
40
branch: ${{ github.ref }}
41
+ Linting:
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - uses: Silleellie/[email protected]
45
+ with:
46
+ lint-path: src
47
+ python-version: 3.13
48
+ requirements-path: requirements.txt
49
+ readme-path: README.md
50
+ badge-text: PyLint
51
+ color-bad-score: red
52
+ color-ok-score: orange
53
+ color-good-score: yellow
54
+ color-perfect-score: brightgreen
0 commit comments