mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
run lint
This commit is contained in:
parent
9fa277c8d7
commit
63a3131729
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue