We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a575f6 commit dded4b0Copy full SHA for dded4b0
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
run: npm run build
38
39
- name: Run sample analysis
40
- run: node dist/package-dependencies.js samples/sample-dependencies.jsonl -o sample-analysis.md
+ run: node dist/package-dependencies.js sample-dependencies.jsonl -o sample-analysis.md
41
if: success()
42
43
- name: Upload test coverage
0 commit comments