We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65553b commit cebdda8Copy full SHA for cebdda8
.github/workflows/check.yml
@@ -234,7 +234,7 @@ jobs:
234
working-directory: cpython/Doc/locales/pt_BR/LC_MESSAGES
235
continue-on-error: true
236
run: |
237
- dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
+ dirs=". $(find * -type d | sort)"
238
for dir in $dirs; do
239
echo "::group::{$dir}"
240
pushd -n $dir
0 commit comments