Skip to content

Commit 6ad7689

Browse files
authored
Update lint-fix workflow to remove Python path filters
Removed path filters for Python files in lint-fix workflow.
1 parent dcbb682 commit 6ad7689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint-fix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Python Lint and Auto-Format
33
on:
44
push:
55
branches: ["main", "master"]
6-
paths: ["**.py"]
76
pull_request:
87
branches: ["main", "master"]
9-
paths: ["**.py"]
108

119
permissions:
1210
contents: write

0 commit comments

Comments
 (0)