make email clients understand our unicode filenames #125
integration.yml
on: pull_request
Matrix: JS - Lint
Matrix: Python - Lint
Annotations
3 warnings
JS - Lint (18.17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python - Lint (3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
raise-missing-from / W0707:
web/server/api/share_analysis_api_models.py#L86
Consider explicitly re-raising using 'except NotificationError as exc' and 'raise BadGateway(error) from exc'
|