From 3c9a11e668d02cb41d780a524ea49ec61ba26328 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Sat, 11 Jan 2025 03:01:40 -0500 Subject: [PATCH] tweak eslint command --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 082f200..c4aa74a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: echo "Installing dependencies..." npm ci echo "Running ESLint..." - npx eslint . --format stylish + npx eslint . echo "Running tests..." npm test working-directory: ${{ matrix.directory }}