Skip to content

Commit f9c48aa

Browse files
authored
Update pylint.yml
1 parent efa8ce0 commit f9c48aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Pylint
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build:
@@ -19,7 +21,7 @@ jobs:
1921
run: |
2022
python -m pip install --upgrade pip
2123
pip install pylint
22-
- name: Analysing the code with pylint
23-
run: |
24-
pylint $(git ls-files '*.py')
24+
# - name: Analysing the code with pylint
25+
# run: |
26+
# pylint $(git ls-files '*.py')
2527

0 commit comments

Comments
 (0)