From ad14d895eaa1ac8dad8c56ba22702d27cbe29174 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:00:39 +0000 Subject: [PATCH] style(pre-commit): auto fixes from pre-commit.com hooks --- .github/workflows/docs-localization-download.yml | 8 ++++++-- .github/workflows/docs-localization-upload.yml | 8 ++++++-- .github/workflows/version-updates.yml | 4 +++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs-localization-download.yml b/.github/workflows/docs-localization-download.yml index c4a9beb81d..c468cc6559 100644 --- a/.github/workflows/docs-localization-download.yml +++ b/.github/workflows/docs-localization-download.yml @@ -27,7 +27,9 @@ jobs: sphinx-build -b gettext . ./build/locales working-directory: ./docs - name: "Build locales" - run: sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l hi -l ko -l pt_BR -l es -l zh_CN + run: + sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l + hi -l ko -l pt_BR -l es -l zh_CN working-directory: ./docs - name: "Crowdin" uses: crowdin/github-action@v2 @@ -39,7 +41,9 @@ jobs: localization_branch_name: l10n_master create_pull_request: true pull_request_title: "docs: Update localizations from Crowdin" - pull_request_body: "Crowdin download was triggered due to completely translated file or project. Starting sync. CC @Lulalaby" + pull_request_body: + "Crowdin download was triggered due to completely translated file or + project. Starting sync. CC @Lulalaby" pull_request_base_branch_name: "master" pull_request_reviewers: "Lulalaby" config: "crowdin.yml" diff --git a/.github/workflows/docs-localization-upload.yml b/.github/workflows/docs-localization-upload.yml index 14f9768168..7809c0a383 100644 --- a/.github/workflows/docs-localization-upload.yml +++ b/.github/workflows/docs-localization-upload.yml @@ -11,7 +11,9 @@ jobs: permissions: write-all name: "Localisize Docs" runs-on: ubuntu-latest - if: contains(github.event.head_commit.message, '!crowdin upload') || github.event_name == 'workflow_dispatch' + if: + contains(github.event.head_commit.message, '!crowdin upload') || github.event_name + == 'workflow_dispatch' steps: - uses: actions/checkout@v4 - name: "Install Python" @@ -31,7 +33,9 @@ jobs: sphinx-build -b gettext . ./build/locales working-directory: ./docs - name: "Build locales" - run: sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l hi -l ko -l pt_BR -l es -l zh_CN + run: + sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l + hi -l ko -l pt_BR -l es -l zh_CN working-directory: ./docs - name: "Crowdin" uses: crowdin/github-action@v2 diff --git a/.github/workflows/version-updates.yml b/.github/workflows/version-updates.yml index 05ced85fd2..3898829019 100644 --- a/.github/workflows/version-updates.yml +++ b/.github/workflows/version-updates.yml @@ -8,7 +8,9 @@ permissions: jobs: auto-merge: runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' || github.actor == 'Crowdin Bot' }} + if: + ${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' || + github.actor == 'Crowdin Bot' }} steps: - run: gh pr review --approve "$PR_URL" env: