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

This commit is contained in:
Max Gorley 2025-05-16 23:52:51 -05:00 committed by GitHub
parent d9f4177011
commit 9913eaef8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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