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

Commitade0e7e

Browse files
authored
cd instead of pushd
1 parentcebdda8 commitade0e7e

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
@@ -237,9 +237,9 @@ jobs:
237237
dirs=". $(find * -type d | sort)"
238238
for dir in $dirs; do
239239
echo "::group::{$dir}"
240-
pushd -n $dir
240+
cd $dir
241241
po_files=$(find -maxdepth 1 -name '*.po' | sort)
242242
python ../../../../../scripts/check_spell.py $po_files || :
243-
popd
243+
cd ..
244244
echo "::endgroup::"
245245
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp