mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Add standard to our testing
Run in allow failures mode until the non-compliant files are fixed.
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -18,5 +18,7 @@ jobs:
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
npm install standard --save-dev
|
||||
standard || true # several files are still on compliant
|
||||
env:
|
||||
CI: true
|
||||
|
Reference in New Issue
Block a user