From 79f16d41d3c4c113968441a9104d4ae4a65ded1d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 7 Aug 2023 15:20:46 +0200 Subject: [PATCH] Spellchecking --- .github/workflows/build.yml | 28 +++++++++++++-------------- .github/workflows/release.yml | 4 ++-- .github/workflows/run-ui-tests.yml | 2 +- .github/workflows/template-verify.yml | 2 +- README.md | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6754da..4be18ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,12 @@ # GitHub Actions Workflow is created for testing and preparing the plugin release in the following steps: -# - validate Gradle Wrapper, -# - run 'test' and 'verifyPlugin' tasks, -# - run Qodana inspections, -# - run 'buildPlugin' task and prepare artifact for the further tests, -# - run 'runPluginVerifier' task, -# - create a draft release. +# - Validate Gradle Wrapper. +# - Run 'test' and 'verifyPlugin' tasks. +# - Run Qodana inspections. +# - Run the 'buildPlugin' task and prepare artifact for further tests. +# - Run the 'runPluginVerifier' task. +# - Create a draft release. # -# Workflow is triggered on push and pull_request events. +# The workflow is triggered on push and pull_request events. # # GitHub Actions reference: https://help.github.com/en/actions # @@ -14,7 +14,7 @@ name: Build on: - # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests) + # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests) push: branches: [ main ] # Trigger the workflow on any pull request @@ -40,7 +40,7 @@ jobs: - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1.1.0 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: @@ -104,7 +104,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: @@ -129,7 +129,7 @@ jobs: name: tests-result path: ${{ github.workspace }}/build/reports/tests - # Upload Kover report to CodeCov + # Upload the Kover report to CodeCov - name: Upload Code Coverage Report uses: codecov/codecov-action@v3 with: @@ -157,7 +157,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: @@ -188,7 +188,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: @@ -235,7 +235,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9183c4..db1ff9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: @@ -74,7 +74,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/* - # Create pull request + # Create a pull request - name: Create Pull Request if: ${{ steps.properties.outputs.changelog != '' }} env: diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 65682e7..5b2635f 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -35,7 +35,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - # Setup Java environment for the next steps + # Set up Java environment for the next steps - name: Setup Java uses: actions/setup-java@v3 with: diff --git a/.github/workflows/template-verify.yml b/.github/workflows/template-verify.yml index 3fff541..26ee955 100644 --- a/.github/workflows/template-verify.yml +++ b/.github/workflows/template-verify.yml @@ -2,7 +2,7 @@ name: Template Verify on: - # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests) + # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests) push: branches: [main] paths: ['**/gradle.properties'] diff --git a/README.md b/README.md index 6cf27aa..fd0f429 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The project-specific configuration file [`gradle.properties`][file:gradle.proper The properties listed define the plugin itself or configure the [gradle-intellij-plugin][gh:gradle-intellij-plugin] – check its documentation for more details. -In addition, extra behaviours are configured through the [`gradle.properties`][file:gradle.properties] file, such as: +In addition, extra behaviors are configured through the [`gradle.properties`][file:gradle.properties] file, such as: | Property name | Value | Description | |--------------------------------------------------|---------|------------------------------------------------------------------------------------------------|