Skip to content

Release v1.28.0

Release v1.28.0 #9074

Triggered via pull request March 12, 2025 11:54
Status Failure
Total duration 9m 7s
Artifacts

code-quality.yml

on: pull_request
Check import sorting
9m 1s
Check import sorting
Check code formatting with black
22s
Check code formatting with black
Code style (flake8)
2m 31s
Code style (flake8)
Check for model changes not present in the migrations
3m 31s
Check for model changes not present in the migrations
Check code formatting with prettier
32s
Check code formatting with prettier
Lint code with ruff
16s
Lint code with ruff
Python security check using Bandit
2m 0s
Python security check using Bandit
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Lint code with ruff
Process completed with exit code 1.
Lint code with ruff: src/open_inwoner/cms/cases/views/services.py#L181
src/open_inwoner/cms/cases/views/services.py:181:25: PERF401 Use `list.extend` to create a transformed list
Lint code with ruff: src/open_inwoner/cms/cases/views/services.py#L129
src/open_inwoner/cms/cases/views/services.py:129:25: PERF401 Use `list.extend` to create a transformed list
Python security check using Bandit
Process completed with exit code 1.
Check import sorting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/