Skip to content

Commit bc89a74

Browse files
authored
Fix lint action to run on any Python file changes
1 parent dadc0b6 commit bc89a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linting
33
on:
44
push:
55
paths:
6-
- '*.py'
6+
- '**.py'
77

88
jobs:
99
lint:

0 commit comments

Comments
 (0)