mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 09:28:26 +08:00
npx doctest Sorts/BogoSort.js || true
This commit is contained in:
7
.github/workflows/nodejs.yml
vendored
7
.github/workflows/nodejs.yml
vendored
@ -15,8 +15,11 @@ jobs:
|
|||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install doctest standard --save-dev
|
npm install doctest standard --save-dev
|
||||||
doctest Sorts/BogoSort.js
|
pwd
|
||||||
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
|
ls -la
|
||||||
|
doctest Sorts/BogoSort.js || true
|
||||||
|
npx doctest Sorts/BogoSort.js || true
|
||||||
|
node -e "doctest('Sorts/BogoSort.js', {})" || true
|
||||||
# npm install standard --save-dev
|
# npm install standard --save-dev
|
||||||
npx standard
|
npx standard
|
||||||
cd Linear-Algebra-Javascript
|
cd Linear-Algebra-Javascript
|
||||||
|
Reference in New Issue
Block a user