add linting workflow for e2e testing related files

This commit is contained in:
mahula 2025-09-30 16:55:21 +02:00
parent e4dbc8bb27
commit 21cae9590c

View File

@ -14,7 +14,7 @@ jobs:
id: filter
with:
filters: |
lint:
cypress:
- '.github/workflows/test.lint.cypress.yml'
- '.github/workflows/test.e2e.yml'
- 'cypress/**/*'