Compare commits

..

No commits in common. "3c9a11e668d02cb41d780a524ea49ec61ba26328" and "63a313172925978b29db44951769915e33aeaef0" have entirely different histories.

View file

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