mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install doctest standard --save-dev
|
||||
npx doctest Sorts/BogoSort.js BucketSort.js
|
||||
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
|
||||
npx standard
|
||||
cd Linear-Algebra-Javascript
|
||||
npm ci
|
||||
|
Reference in New Issue
Block a user