We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901e3cb commit fc7bbabCopy full SHA for fc7bbab
2 files changed
.github/workflows/pylint.yml
@@ -1,11 +1,11 @@
1
name: Pylint
2
on:
3
+ workflow_dispatch:
4
push:
5
paths:
6
- '**.py'
7
branches:
8
- main
- - pylint
9
pull_request:
10
11
0 commit comments