From a35fc94a12bfa4eda9b74059fab4c925fc9ad3f7 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 22 Feb 2024 11:57:57 +0100 Subject: [PATCH] add workflows --- .github/workflows/e2e.test.lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.test.lint.yml b/.github/workflows/e2e.test.lint.yml index 6ec10a6..abdf69c 100644 --- a/.github/workflows/e2e.test.lint.yml +++ b/.github/workflows/e2e.test.lint.yml @@ -29,4 +29,4 @@ jobs: uses: actions/checkout@master - name: E2E files | Lint - run: npm install && npm run test:lint \ No newline at end of file + run: npm install && npm run test:lint:eslint \ No newline at end of file