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 9328ac6 commit b8350d9Copy full SHA for b8350d9
.github/workflows/nodejs.yml
@@ -15,16 +15,7 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest standard --save-dev
18
- pwd
19
- ls -la
20
- echo "A"
21
- node_modules/doctest Sorts/BogoSort.js || true
22
- echo "B"
23
- npx doctest Sorts/BogoSort.js || true
24
- echo "C"
25
- node -e "node_modules/doctest('Sorts/BogoSort.js', {})" || true
26
- echo "D"
27
- # npm install standard --save-dev
+ npx doctest Sorts/BogoSort.js
28
npx standard
29
cd Linear-Algebra-Javascript
30
npm ci
0 commit comments