There was an error while loading. Please reload this page.
1 parent 17107f5 commit 424d1d8Copy full SHA for 424d1d8
.github/workflows/nodejs.yml
@@ -15,8 +15,11 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest standard --save-dev
18
- doctest Sorts/BogoSort.js
19
- # node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
+ pwd
+ ls -la
20
+ doctest Sorts/BogoSort.js || true
21
+ npx doctest Sorts/BogoSort.js || true
22
+ node -e "doctest('Sorts/BogoSort.js', {})" || true
23
# npm install standard --save-dev
24
npx standard
25
cd Linear-Algebra-Javascript
0 commit comments