We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4982202 commit b6265d3Copy full SHA for b6265d3
.github/workflows/nodejs.yml
@@ -11,7 +11,7 @@ jobs:
11
npm install doctest standard --save-dev
12
# TODO: Remove the next line when #539 is fixed.
13
rm Dynamic-Programming/MinimumCostPath.js
14
- npx doctest **/*.js
+ # npx doctest **/*.js
15
npx standard
16
npm ci
17
npm run build --if-present
0 commit comments