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 }}