File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1818 run : pip install -r requirements-dev.txt
1919 - name : Run tests + cov report
2020 run : make test-with-coverage
21+ - name : Run validate-pyproject
22+ run : make checkpyproject
2123 - name : Upload coverage to CodeCov
2224 uses : codecov/codecov-action@v5
2325 with :
Original file line number Diff line number Diff line change @@ -24,5 +24,9 @@ test-with-coverage:
2424.PHONY : checkstyle
2525checkstyle : ruff
2626
27+ .PHONY : checkpyproject
28+ checkpyproject :
29+ validate-pyproject pyproject.toml
30+
2731.PHONY : test
28- test : only-test checkstyle
32+ test : only-test checkstyle checkpyproject
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ ruamel.yaml
1111jsonschema
1212urllib3 < 2 # responses needs <2, see https://github.com/getsentry/responses/issues/635
1313ruff
14+ validate-pyproject [all ]
You can’t perform that action at this time.
0 commit comments