From 21cae9590c04c908eb354a03ef1151d373b1e11c Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 30 Sep 2025 16:55:21 +0200 Subject: [PATCH] add linting workflow for e2e testing related files --- .github/workflows/test.lint.cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.lint.cypress.yml b/.github/workflows/test.lint.cypress.yml index e17266d4..cff6a671 100644 --- a/.github/workflows/test.lint.cypress.yml +++ b/.github/workflows/test.lint.cypress.yml @@ -14,7 +14,7 @@ jobs: id: filter with: filters: | - lint: + cypress: - '.github/workflows/test.lint.cypress.yml' - '.github/workflows/test.e2e.yml' - 'cypress/**/*'