From d9f41770111a807972c78fb16785e150e72b3b38 Mon Sep 17 00:00:00 2001 From: Maxwell Gorley <38299798+gizmo4487@users.noreply.github.com> Date: Fri, 16 May 2025 23:48:25 -0500 Subject: [PATCH] Run eslint on all .js files --- .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 4b28e86..1e20ddd 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: npx eslint o-bot.js + - run: eslint . --ext .js