set correct lint script namein cypress linting workflow

This commit is contained in:
mahula 2025-09-30 17:05:41 +02:00
parent 7c33eab47a
commit e49774bdef

View File

@ -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/