mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Update nodejs.yml
This commit is contained in:
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install doctest
|
npm install doctest
|
||||||
doctest --module Sorts Sorts/BogoSort.js
|
./doctest Sorts/BogoSort.js
|
||||||
# node -e "doctest('Sorts/BogoSort.js', {})"
|
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
|
||||||
npm install standard --save-dev
|
npm install standard --save-dev
|
||||||
npx standard
|
npx standard
|
||||||
cd Linear-Algebra-Javascript
|
cd Linear-Algebra-Javascript
|
||||||
|
Reference in New Issue
Block a user