node -e "doctest('Sorts/BogoSort.js', {})"

This commit is contained in:
Christian Clauss
2020-05-12 23:58:56 +02:00
committed by GitHub
parent 02585f5d12
commit 741e8fbb4b

View File

@ -14,6 +14,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install doctest
node -e "doctest('Sorts/BogoSort.js', {})"
npm install standard --save-dev
npx standard
cd Linear-Algebra-Javascript