This commit is contained in:
C. Fuhrman 2025-01-11 02:41:26 -05:00
parent 9fa277c8d7
commit 63a3131729

View file

@ -21,9 +21,10 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Install Dependencies and Run Tests - name: Install Dependencies, lint and Run Tests
run: | run: |
npm ci npm ci
npx eslint .
npm test npm test
working-directory: ${{ matrix.directory }} working-directory: ${{ matrix.directory }}