From 0dd31bdbff5795c7c9f59ece82d14c5752a88f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Matias=CC=8Cko?= Date: Mon, 15 Apr 2024 10:56:00 +0200 Subject: [PATCH] gh action eslint --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 104a4cc5..5038e96c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -32,7 +32,7 @@ jobs: run: npm install - name: Run ESLint - run: :lint:eslint:gh + run: npm run :lint:eslint:gh continue-on-error: true - name: Upload analysis results to GitHub