Skip to content

Commit 3a198a8

Browse files
committed
Fixed github Workflow
1 parent bee962a commit 3a198a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
poetry run nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
5656
echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
5757
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
58-
poetry run tbx security pretty-print >> $GITHUB_STEP_SUMMARY
5958
poetry run tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@ doc/api
142142
itde/
143143

144144
# Emacs
145-
TAGS
145+
/TAGS
146+
147+
# PTB
148+
/.lint.json
149+
/.lint.txt
150+
/.security.json

0 commit comments

Comments
 (0)