Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9bd5bf8

Browse files
authored
npx doctest **/*.js
1 parent 8d527fe commit 9bd5bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest standard --save-dev
18-
npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js
18+
npx doctest **/*.js # Sorts/BogoSort.js Sorts/BucketSort.js
1919
npx standard
2020
npm ci
2121
npm run build --if-present

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /