Skip to content

Commit 5918b97

Browse files
authored
echo annotations
1 parent eab1b28 commit 5918b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ jobs:
235235
run: |
236236
dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
237237
for dir in $dirs; do
238-
::group::{$dir}
238+
echo "::group::{$dir}"
239239
pushd $dir
240240
po_files=$(find -maxdepth 1 -name '*.po' | sort)
241241
python ../../../../../scripts/check_spell.py $po_files
242-
::endgroup::
243242
popd
243+
echo "::endgroup::"
244244
done

0 commit comments

Comments
 (0)