Skip to content

Commit 65f83d8

Browse files
committed
add linting
1 parent 8aa6080 commit 65f83d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,17 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.github_token }}
4040
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

Comments
 (0)