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

Commitcebdda8

Browse files
authored
drop leading ./
1 parentb65553b commitcebdda8

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)

[8]ページ先頭

©2009-2025 Movatter.jp