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