This commit is contained in:
parent
0b2620a0ab
commit
118d9aff13
@ -27,10 +27,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
# ESLint and Prettier must be in `package.json`
|
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: npm i eslint eslint-plugin-jsdoc prettier
|
run: npm i eslint eslint-plugin-jsdoc prettier
|
||||||
|
|
||||||
|
- name: Install Node.js dependencies
|
||||||
|
run: npm init @eslint/config
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: https://github.com/wearerequired/lint-action@v2
|
uses: https://github.com/wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user