mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-27 20:15:01 +02:00
🐛(backend) fix inclusion of modules with uv_build
Same fix as https://github.com/suitenumerique/meet/pull/1199 for meet. Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
||||
- name: Lint code with ruff
|
||||
run: uv run ruff check .
|
||||
- name: Lint code with pylint
|
||||
run: uv run pylint .
|
||||
run: uv run pylint impress demo core
|
||||
|
||||
test-back:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user