From 81dd6a6e3c85255baca640d51906432fc7a101c8 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 20 May 2024 16:07:11 +0100 Subject: [PATCH] fix: lint ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51d58ce..1ebfdea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,8 @@ jobs: node-version-file: .nvmrc cache: npm - run: npm ci - - run: npm run lint + - name: Lint JS + run: npx --no -- eslint src build: runs-on: ubuntu-latest steps: