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 7d79a41 commit 90ec2acCopy full SHA for 90ec2ac
.github/workflows/nodejs.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest
18
- doctest --module Sorts Sorts/BogoSort.js
19
- # node -e "doctest('Sorts/BogoSort.js', {})"
+ ./doctest Sorts/BogoSort.js
+ # node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
20
npm install standard --save-dev
21
npx standard
22
cd Linear-Algebra-Javascript
0 commit comments