LDAP: Update user names formatting on sync #2063
tests.yml
on: pull_request
Node_Tests
1m 16s
Matrix: Python_Tests
Annotations
3 errors and 2 warnings
Python_Tests (3.9, postgresql14, opensearch2):
cds_ils/oauth.py#L1
isort-check
-from flask import session, current_app, flash, redirect, g
-from jwt import decode
-
+from flask import current_app, flash, g, redirect, session
from invenio_oauthclient.errors import OAuthCERNRejectedAccountError
from invenio_oauthclient.handlers.rest import response_handler
+from jwt import decode
def get_dict_from_response(response):
|
Python_Tests (3.9, postgresql14, opensearch2):
cds_ils/oauth.py#L1
pydocstyle-check
/home/runner/work/cds-ils/cds-ils/cds_ils/oauth.py:1 at module level:
D100: Missing docstring in public module
|
Python_Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Node_Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python_Tests (3.9, postgresql14, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|