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 4c8866e commit 3fec050Copy full SHA for 3fec050
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
npm install doctest mocha standard --save-dev
18
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
19
npx standard
20
- cd Linear-Algebra
+ # cd Linear-Algebra
21
npm ci
22
npm run build --if-present
23
npm test
0 commit comments