npx doctest **/*.js

This commit is contained in:
Christian Clauss
2020-10-31 09:17:29 +01:00
committed by GitHub
parent 8d527fe1e2
commit 9bd5bf8232

View File

@@ -15,7 +15,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install doctest standard --save-dev
npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js
npx doctest **/*.js # Sorts/BogoSort.js Sorts/BucketSort.js
npx standard
npm ci
npm run build --if-present