Compare commits

..

2 commits

Author SHA1 Message Date
C. Fuhrman
3c9a11e668 tweak eslint command 2025-01-11 03:01:40 -05:00
C. Fuhrman
236aaa6d09 more feedback on action 2025-01-11 02:47:48 -05:00

View file

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