mirror of
https://github.com/gizmo4487/O-Bot.git
synced 2025-07-04 09:52:31 -05:00
Workflow: Add npx back to eslint command
All checks were successful
Node.js CI / build (18.x) (push) Successful in 4m34s
Node.js CI / build (20.x) (push) Successful in 3m23s
Node.js CI / build (22.x) (push) Successful in 3m17s
All checks were successful
Node.js CI / build (18.x) (push) Successful in 4m34s
Node.js CI / build (20.x) (push) Successful in 3m23s
Node.js CI / build (22.x) (push) Successful in 3m17s
This commit is contained in:
parent
d9f4177011
commit
9913eaef8f
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: eslint . --ext .js
|
- run: npx eslint . --ext .js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user