mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
npx doctest Sorts/BogoSort.js
This commit is contained in:
11
.github/workflows/nodejs.yml
vendored
11
.github/workflows/nodejs.yml
vendored
@ -15,16 +15,7 @@ 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
|
||||||
pwd
|
npx doctest Sorts/BogoSort.js
|
||||||
ls -la
|
|
||||||
echo "A"
|
|
||||||
node_modules/doctest Sorts/BogoSort.js || true
|
|
||||||
echo "B"
|
|
||||||
npx doctest Sorts/BogoSort.js || true
|
|
||||||
echo "C"
|
|
||||||
node -e "node_modules/doctest('Sorts/BogoSort.js', {})" || true
|
|
||||||
echo "D"
|
|
||||||
# npm install standard --save-dev
|
|
||||||
npx standard
|
npx standard
|
||||||
cd Linear-Algebra-Javascript
|
cd Linear-Algebra-Javascript
|
||||||
npm ci
|
npm ci
|
||||||
|
Reference in New Issue
Block a user