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 0c2de35 commit 9d288cdCopy full SHA for 9d288cd
.github/workflows/ci_todos.yml
@@ -22,4 +22,4 @@
22
# GOOD_TODO_COUNT=$( { grep -r "TODO.*\(github.com\/.*issues.*\/[1-9][0-9]*\|CrypTool-[1-9][0-9]*\)" . --exclude-dir=./releases --exclude-dir=./submodules --exclude-dir=./.git --exclude-dir=./TestVectors/runtimes --exclude=./.github/workflows/ci_todos.yml || true; } | wc -l)
23
# if [ "$ALL_TODO_COUNT" != "$GOOD_TODO_COUNT" ]; then
24
# exit 1;
25
-# fi
+# fi
0 commit comments