mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +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
|
||||
run: |
|
||||
npm install doctest
|
||||
doctest --module Sorts Sorts/BogoSort.js
|
||||
# node -e "doctest('Sorts/BogoSort.js', {})"
|
||||
./doctest Sorts/BogoSort.js
|
||||
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
|
||||
npm install standard --save-dev
|
||||
npx standard
|
||||
cd Linear-Algebra-Javascript
|
||||
|
Reference in New Issue
Block a user