more feedback on action

This commit is contained in:
C. Fuhrman 2025-01-11 02:47:48 -05:00
parent 63a3131729
commit 236aaa6d09

View file

@ -23,8 +23,11 @@ jobs:
- name: Install Dependencies, lint and Run Tests
run: |
echo "Installing dependencies..."
npm ci
npx eslint .
echo "Running ESLint..."
npx eslint . --format stylish
echo "Running tests..."
npm test
working-directory: ${{ matrix.directory }}