From 12e690751296cb928014c61796a8253f81d01c3f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 7 Nov 2021 01:22:59 -0800 Subject: [PATCH] apply spelling checks for US locale (#13599) --- .github/workflows/go-cross.yml | 2 +- .github/workflows/go-lint.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/ldap-integration.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index ddc8dafa9..bda361d75 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 6a8d2f4a6..dcffbe900 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 03a2de797..519f64772 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/ldap-integration.yaml b/.github/workflows/ldap-integration.yaml index b88bd26c3..5d4129686 100644 --- a/.github/workflows/ldap-integration.yaml +++ b/.github/workflows/ldap-integration.yaml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} @@ -23,7 +23,7 @@ jobs: - 389:389 - 636:636 env: - LDAP_ORGANISATION: "MinIO Inc" + LDAP_ORGANIZATION: "MinIO Inc" LDAP_DOMAIN: "min.io" LDAP_ADMIN_PASSWORD: "admin"