Commit 7c2fad7
committed
Use recursive globs in lint workflow
Update .github/workflows/lint-backend.yml to use recursive glob patterns for Python files so changes in nested subdirectories trigger the lint workflow. Replaced 'src/**.py' with 'src/**/*.py' and 'tests/**.py' with 'tests/**/*.py'.1 parent 66056ad commit 7c2fad7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments