Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5918b97

Browse files
authored
echo annotations
1 parenteab1b28 commit5918b97

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)

[8]ページ先頭

©2009-2025 Movatter.jp