mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
npx standard || true
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
|||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm test
|
npm test
|
||||||
npm install standard --save-dev
|
npm install standard --save-dev
|
||||||
standard || true # several files are still on compliant
|
npx standard || true # several files are still on compliant
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Reference in New Issue
Block a user