mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
eslint workflow
This commit is contained in:
parent
1442aa2b57
commit
341b006639
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -39,6 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm ci --legacy-peer-deps
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npm run lint:check
|
run: npm run lint:check
|
||||||
|
Loading…
Reference in New Issue
Block a user