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

Commit7a0a2fc

Browse files
Wrap long workflow line (#74)
1 parentdeccc61 commit7a0a2fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎.github/workflows/update-lint-and-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ jobs:
4949
-run:git config --local user.email github-actions@github.com
5050
-run:git config --local user.name "GitHub Action's update-translation job"
5151
# Check for changes in README.md
52-
-run:>
53-
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
52+
-run:|
53+
! git diff -I'^"POT-Creation-Date: ' \
54+
-I'^"Language-Team: ' \
55+
-I'^# ' -I'^"Last-Translator: ' \
56+
--exit-code \
57+
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
5458
-run:git add .
5559
-run:git commit -m 'Update translation from Transifex'
5660
if:env.SIGNIFICANT_CHANGES

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp