File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,12 @@ jobs:
136
136
echo "$SPELLCHECK_LOG" >> $GITHUB_OUTPUT
137
137
echo "SPELLEOF" >> $GITHUB_OUTPUT
138
138
139
- echo "Debug: FINAL_EXIT_CODE=$FINAL_EXIT_CODE"
140
- echo "Debug: spell_failed=true was set"
141
-
142
139
if [ $FINAL_EXIT_CODE -ne 0 ]; then
143
140
echo "Spell check failed! See above for details."
144
141
echo
145
142
echo "Here are a few tips:"
146
143
echo "- All PyTorch API objects must be in double backticks or use an intersphinx directive."
147
- echo " Example: ``torch.nn``, :func:`torch.load` "
144
+ echo " Example: ``torch.nn``, :func:"
148
145
echo "- Consult en-wordlist.txt for spellings of some of the words."
149
146
echo " You can add a word to en-wordlist.txt if:"
150
147
echo " 1) It's a common abbreviation, like RNN."
You can’t perform that action at this time.
0 commit comments