From fe202e50d5298937b338c8f80a2a4e174793146b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Sep 2023 14:59:32 -0400 Subject: [PATCH] [DATALAD RUNCMD] A few more fixed to be done by codespell For some reason codespell by default ignores .github/ but then pre-commit is triggering check on those files anyways === Do not change lines below === { "chain": [], "cmd": "codespell -w .github/workflows/ensure-uptime-checks.yaml .github/workflows/deploy-hubs.yaml", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- .github/workflows/deploy-hubs.yaml | 4 ++-- .github/workflows/ensure-uptime-checks.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 850bdf871d..fd660f6a72 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -38,7 +38,7 @@ on: # https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/ concurrency: deploy -# This environment variable triggers the deployer to colourise print statments in the +# This environment variable triggers the deployer to colourise print statements in the # GitHug Actions logs for easy reading env: TERM: xterm @@ -79,7 +79,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pip - # key determines if we define or re-use an existing cache or not. Our + # key determines if we define or reuse an existing cache or not. Our # key ensure we cache within a workflow run and its attempts, but not # between workflow runs. key: "${{ github.run_id }}" diff --git a/.github/workflows/ensure-uptime-checks.yaml b/.github/workflows/ensure-uptime-checks.yaml index 71de00b094..dfe9976d4f 100644 --- a/.github/workflows/ensure-uptime-checks.yaml +++ b/.github/workflows/ensure-uptime-checks.yaml @@ -19,7 +19,7 @@ on: # https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/ concurrency: uptime-checks -# This environment variable triggers the deployer to colourise print statments in the +# This environment variable triggers the deployer to colourise print statements in the # GitHub Actions logs for easy reading env: TERM: xterm