Compare commits

..

2 Commits

Author SHA1 Message Date
8ac0c08592 feat: additional operator appearance slots
Some checks failed
Build / build (pull_request) Has been cancelled
2025-08-27 22:40:28 +02:00
696fa0b504 fixup: remove fix-imports
Some checks failed
Build / build (push) Failing after 1m9s
Build Docker image / docker-amd64 (push) Successful in 1m7s
Build Docker image / docker-arm64 (push) Successful in 1m9s
2025-08-27 22:35:23 +02:00

View File

@ -19,6 +19,7 @@ jobs:
- run: npm run lint:ci
- run: npm run prettier
- run: npm run update-translations
- run: npm run fix-imports
- name: Fail if there are uncommitted changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then