i am stoopid
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Successful in 19s

This commit is contained in:
2025-07-27 18:32:24 +02:00
parent 44cd983fb8
commit bf8b64aacf

View File

@@ -28,5 +28,5 @@ jobs:
# working-directory: backend
- name: Run linter
run: uv run pylint src --fail-under=9
run: pylint src --fail-under=9
working-directory: backend