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 5353 pip install tox==4.26.0
5454
5555 - name : Run tox
56- run : tox -e ${{ matrix.name }}
56+ run : tox -e "${MATRIX_NAME}"
57+ env :
58+ MATRIX_NAME : ${{ matrix.name }}
5759
5860 - name : Report coverage
5961 if : contains(matrix.name, 'coverage')
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ commands =
4848 ruff check --diff {posargs:pytest_django pytest_django_test tests}
4949 ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
5050 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
5252
5353[testenv:doc8]
5454basepython = python3
You can’t perform that action at this time.
0 commit comments