mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-24 06:00:07 +08:00
Use npx for eslint
This commit is contained in:
parent
8c0994cec3
commit
ca887c46ba
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@ -25,4 +25,4 @@ jobs:
|
|||||||
run: npm install --ignore-scripts
|
run: npm install --ignore-scripts
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: eslint . --ext .js,.jsx,.ts.,tsx
|
run: npx eslint . --ext .js,.jsx,.ts.,tsx
|
||||||
|
Loading…
Reference in New Issue
Block a user