Skip to content

Commit cb115bc

Browse files
authored
fix typo in GA test configure yml
1 parent 006d1bf commit cb115bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: marian-code/pyaction@master
1212
with:
13-
python-root-list: "./tests/*.py ./tests/subtests/*.py"
13+
python-root-list: "./tests/*.py ./tests/subtest/*.py"
1414
use-black: true
1515
use-isort: true
1616
use-mypy: true

0 commit comments

Comments
 (0)