From 21bfcdb1f9fb7d9585f84d4894ec24a8c59e38e0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 4 Dec 2024 18:39:27 +0100 Subject: [PATCH] npm run lint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ee8d42..ad1965f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,5 @@ jobs: - run: npm ci || npm install - run: npm run build --if-present - run: npm audit || true - - run: npm lint + - run: npm run lint - run: npm test