Skip to content

Commit cebdda8

Browse files
authored
drop leading ./
1 parent b65553b commit cebdda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
working-directory: cpython/Doc/locales/pt_BR/LC_MESSAGES
235235
continue-on-error: true
236236
run: |
237-
dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
237+
dirs=". $(find * -type d | sort)"
238238
for dir in $dirs; do
239239
echo "::group::{$dir}"
240240
pushd -n $dir

0 commit comments

Comments
 (0)