Skip to content

Commit 9aead21

Browse files
authored
Merge pull request #5 from openmv/fix_workflows
github: Fix linter.
2 parents 5eb71bc + 20d923d commit 9aead21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- 'master'
1111
paths:
12-
- '*.py'
12+
- '**/*.py'
1313

1414
jobs:
1515
formatting-check:

0 commit comments

Comments
 (0)