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 9815791 commit b65553bCopy full SHA for b65553b
.github/workflows/check.yml
@@ -237,9 +237,9 @@ jobs:
237
dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
238
for dir in $dirs; do
239
echo "::group::{$dir}"
240
- pushd $dir
+ pushd -n $dir
241
po_files=$(find -maxdepth 1 -name '*.po' | sort)
242
- python ../../../../../scripts/check_spell.py $po_files
+ python ../../../../../scripts/check_spell.py $po_files || :
243
popd
244
echo "::endgroup::"
245
done
0 commit comments