From 98fa296a976826b03fd60d7b7961519a72c7a072 Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Tue, 21 Mar 2023 09:03:03 +0100 Subject: [PATCH] Error on linting issues --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 61e266d..e9eeaf2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,4 @@ jobs: node-version: '18' - name: Lint - run: npm ci && npm run lint \ No newline at end of file + run: npm ci && npx eslint . \ No newline at end of file