ci: Add testing lint fix (#17197)

This commit is contained in:
shortstacked
2025-07-21 12:48:28 +01:00
committed by GitHub
parent 5ddf290795
commit 1cd5808846
6 changed files with 45 additions and 28 deletions

View File

@@ -43,3 +43,6 @@ jobs:
- name: Lint Frontend
run: pnpm lint:frontend
- name: Lint Testing
run: pnpm lint:testing