ci: initial support #1
Annotations
3 errors
Ruff (E712):
gitlab2rbac.py#L133
gitlab2rbac.py:133:12: E712 Avoid equality comparisons to `True`; use `if user["bot"]:` for truth checks
|
Ruff (F841):
gitlab2rbac.py#L154
gitlab2rbac.py:154:9: F841 Local variable `raw` is assigned to but never used
|
build
Process completed with exit code 1.
|