Skip to content

Commit 4913d5f

Browse files
authored
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
1 parent 5331e55 commit 4913d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest standard --save-dev
18-
npx doctest Sorts/BogoSort.js BucketSort.js
18+
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
1919
npx standard
2020
cd Linear-Algebra-Javascript
2121
npm ci

0 commit comments

Comments
 (0)