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

@@ -83,6 +83,14 @@
"@n8n/json-schema-to-zod#lint"
]
},
"lint:testing": {
"dependsOn": [
"@n8n/eslint-config#build",
"^build",
"n8n-playwright#lint",
"n8n-containers#lint"
]
},
"lint": {
"dependsOn": ["^build", "@n8n/eslint-config#build"]
},