Skip to content

Commit 1ec8af4

Browse files
committed
pylint workflow
1 parent 86bafd4 commit 1ec8af4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
pip install pylint
2222
- name: Analysing the code with pylint
2323
run: |
24-
pylint --rcfile=pylintrc main.py
24+
pylint main.py

requirements.txt

-80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)