feat: add m365 to API (#7563)

Co-authored-by: Andoni A <14891798+andoniaf@users.noreply.github.com>
This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-04-30 17:09:47 +02:00
committed by Pepe Fagoaga
parent e25ff209b3
commit 75b3c02811
19 changed files with 2319 additions and 1926 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run safety check --ignore 70612,66963
poetry run safety check --ignore 70612,66963,74429
- name: Vulture
working-directory: ./api