Workflow: Run eslint instead of "npm run test"

This commit is contained in:
Max Gorley 2025-05-16 23:36:44 -05:00 committed by GitHub
parent 0ea26f3142
commit 4bba924ed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npx eslint o-bot.js