We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741e8fb commit 7d79a41Copy full SHA for 7d79a41
.github/workflows/nodejs.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest
18
- node -e "doctest('Sorts/BogoSort.js', {})"
+ doctest --module Sorts Sorts/BogoSort.js
19
+ # node -e "doctest('Sorts/BogoSort.js', {})"
20
npm install standard --save-dev
21
npx standard
22
cd Linear-Algebra-Javascript
0 commit comments