ci: run ruff and mypy

Fixes: https://github.com/pimutils/vdirsyncer/issues/1194
This commit is contained in:
Hugo Osvaldo Barrera 2025-09-20 13:42:22 +02:00
parent 2f4f4ac72b
commit 4c2c60402e
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,9 @@ tasks:
cd vdirsyncer
make -e ci-test
make -e ci-test-storage
- check: |
cd vdirsyncer
make check
- check-secrets: |
# Stop here if this is a PR. PRs can't run with the below secrets.
[ -f ~/fastmail-secrets ] || complete-build

View file

@ -40,6 +40,11 @@ ci-test-storage:
done
bash $(CODECOV_PATH) -c
check:
ruff check
ruff format --diff
#mypy vdirsyncer
release-deb:
sh scripts/release-deb.sh debian jessie
sh scripts/release-deb.sh debian stretch