There was an error while loading. Please reload this page.
1 parent cafb7e5 commit 2150053Copy full SHA for 2150053
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest standard --save-dev
18
- npx doctest Sorts/BogoSort.js
+ npx doctest Sorts/BogoSort.js BucketSort.js
19
npx standard
20
cd Linear-Algebra-Javascript
21
npm ci
0 commit comments