Run eslint on all .js files

This commit is contained in:
2025-05-16 23:48:25 -05:00
committed by GitHub
parent 4bba924ed8
commit d9f4177011

View File

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