Skip to content

Commit 5ee4928

Browse files
authored
Merge branch 'main' into dev/remove-codecov
2 parents 075a8a9 + 4f15ae7 commit 5ee4928

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
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: Prepare coverage file for upload
5961
if: contains(matrix.name, 'coverage')

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commands =
4646
ruff check --diff {posargs:pytest_django pytest_django_test tests}
4747
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
4848
mypy {posargs:pytest_django pytest_django_test tests}
49-
zizmor --persona=regular .github/workflows/deploy.yml .github/workflows/main.yml
49+
zizmor --persona=pedantic .github/workflows/deploy.yml .github/workflows/main.yml
5050

5151
[testenv:doc8]
5252
basepython = python3

0 commit comments

Comments
 (0)