merge main

This commit is contained in:
zxhlyh
2024-12-26 16:35:11 +08:00
813 changed files with 16641 additions and 7577 deletions

View File

@ -56,6 +56,12 @@ jobs:
- name: Run Tool
run: poetry run -C api bash dev/pytest/pytest_tools.sh
- name: Run mypy
run: |
pushd api
poetry run python -m mypy --install-types --non-interactive .
popd
- name: Set up dotenvs
run: |
cp docker/.env.example docker/.env