Skip to content

Commit 90fb5fa

Browse files
authored
Update check.yml
1 parent ade0e7e commit 90fb5fa

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
@@ -234,12 +234,12 @@ jobs:
234234
working-directory: cpython/Doc/locales/pt_BR/LC_MESSAGES
235235
continue-on-error: true
236236
run: |
237+
wd=$PWD
237238
dirs=". $(find * -type d | sort)"
238239
for dir in $dirs; do
239240
echo "::group::{$dir}"
240-
cd $dir
241+
cd $wd/$dir
241242
po_files=$(find -maxdepth 1 -name '*.po' | sort)
242243
python ../../../../../scripts/check_spell.py $po_files || :
243-
cd ..
244244
echo "::endgroup::"
245245
done

0 commit comments

Comments
 (0)