We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa8ce0 commit f9c48aaCopy full SHA for f9c48aa
1 file changed
.github/workflows/pylint.yml
@@ -1,6 +1,8 @@
1
name: Pylint
2
3
-on: [push]
+on:
4
+ push:
5
+ workflow_dispatch:
6
7
jobs:
8
build:
@@ -19,7 +21,7 @@ jobs:
19
21
run: |
20
22
python -m pip install --upgrade pip
23
pip install pylint
- - name: Analysing the code with pylint
- run: |
24
- pylint $(git ls-files '*.py')
+ # - name: Analysing the code with pylint
25
+ # run: |
26
+ # pylint $(git ls-files '*.py')
27
0 commit comments