From 4bba924ed8813a27fe71c11e510373b7ab304bac Mon Sep 17 00:00:00 2001 From: Maxwell Gorley <38299798+gizmo4487@users.noreply.github.com> Date: Fri, 16 May 2025 23:36:44 -0500 Subject: [PATCH] Workflow: Run eslint instead of "npm run test" --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 093a954..4b28e86 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,4 +28,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npx eslint o-bot.js