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 02585f5 commit 741e8fbCopy full SHA for 741e8fb
.github/workflows/nodejs.yml
@@ -14,6 +14,8 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
+ npm install doctest
18
+ node -e "doctest('Sorts/BogoSort.js', {})"
19
npm install standard --save-dev
20
npx standard
21
cd Linear-Algebra-Javascript
0 commit comments