From e49774bdef4093b1f3f882bb70b35b8ccee282ee Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 30 Sep 2025 17:05:41 +0200 Subject: [PATCH] set correct lint script namein cypress linting workflow --- .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 4e866c1d..e79d27ca 100644 --- a/.github/workflows/test.lint.cypress.yml +++ b/.github/workflows/test.lint.cypress.yml @@ -30,5 +30,5 @@ jobs: with: node-version-file: '.tool-versions' - name: Lint - run: npm install && npm run test:lint:eslint + run: npm install && npm run lint working-directory: cypress/