Skip to content

Commit fc7bbab

Browse files
committed
Add .pylintrc and allow workflow to be triggered manually
1 parent 901e3cb commit fc7bbab

2 files changed

Lines changed: 612 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Pylint
22
on:
3+
workflow_dispatch:
34
push:
45
paths:
56
- '**.py'
67
branches:
78
- main
8-
- pylint
99
pull_request:
1010
paths:
1111
- '**.py'

0 commit comments

Comments
 (0)