File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 53
53
pip install tox==4.26.0
54
54
55
55
- name : Run tox
56
- run : tox -e ${{ matrix.name }}
56
+ run : tox -e "${MATRIX_NAME}"
57
+ env :
58
+ MATRIX_NAME : ${{ matrix.name }}
57
59
58
60
- name : Report coverage
59
61
if : contains(matrix.name, 'coverage')
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ commands =
48
48
ruff check --diff {posargs:pytest_django pytest_django_test tests}
49
49
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
50
50
mypy {posargs:pytest_django pytest_django_test tests}
51
- zizmor --persona =regular .github/workflows/deploy.yml .github/workflows/main.yml
51
+ zizmor --persona =pedantic .github/workflows/deploy.yml .github/workflows/main.yml
52
52
53
53
[testenv:doc8]
54
54
basepython = python3
You can’t perform that action at this time.
0 commit comments