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

Commit9815791

Browse files
authored
Add continue-on-error option
1 parentbbaeb4b commit9815791

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/check.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
-name:Install gettext
217217
run:sudo apt update -y && sudo apt install gettext hunspell hunspell-pt-br -y
218218

219-
-name:Generate template files without literal-block
219+
-name:Generate template files without literal-block gettext target
220220
working-directory:cpython/Doc
221221
run:|
222222
make build ALLSPHINXOPTS='-E -b gettext -D gettext_compact=0 -D gettext_additional_targets=["index"] -d build/.doctrees . build/gettext'
@@ -232,6 +232,7 @@ jobs:
232232
# Run a per-directory, group-separated spellcheck
233233
-name:Check spelling
234234
working-directory:cpython/Doc/locales/pt_BR/LC_MESSAGES
235+
continue-on-error:true
235236
run:|
236237
dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
237238
for dir in $dirs; do

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp