Skip to content

Commit aa7039a

Browse files
authored
testing..
1 parent 18296e7 commit aa7039a

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ env:
1919
permissions: {}
2020

2121
jobs:
22-
editorconfig:
23-
runs-on: ubuntu-24.04
24-
steps:
25-
- uses: actions/checkout@v5
26-
with:
27-
persist-credentials: false
28-
- uses: editorconfig-checker/action-editorconfig-checker@0ab3427a3f09b17c21d489172245be511e0a16ea # v2
29-
- run: editorconfig-checker
30-
3122
test:
3223
runs-on: ubuntu-24.04
3324
continue-on-error: ${{ matrix.allow_failure }}
@@ -165,7 +156,6 @@ jobs:
165156

166157
needs:
167158
- test
168-
- editorconfig
169159

170160
runs-on: ubuntu-24.04
171161

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ xdist = [
6363
"pytest-xdist",
6464
]
6565
linting = [
66+
"editorconfig-checker==3.2.1",
6667
"mypy==1.15.0",
6768
"ruff==0.9.5",
6869
"zizmor==1.9.0",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +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+
ec {posargs:pytest_django pytest_django_test tests}
5152
python -c "import subprocess, sys; sys.exit(subprocess.call('zizmor --persona=pedantic --format sarif .github/workflows/deploy.yml .github/workflows/main.yml > zizmor.sarif', shell=True))"
5253

5354
[testenv:doc8]

0 commit comments

Comments
 (0)