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 15a806b commit 0ba804cCopy full SHA for 0ba804c
.github/workflows/report.yml
@@ -53,5 +53,5 @@ jobs:
53
poetry run -- nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
54
echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
55
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY || true
56
- # poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
+ poetry run -- tbx lint pretty-print >> $GITHUB_STEP_SUMMARY
57
poetry run -- tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
0 commit comments