From 6d37b59e59fba38516e65307fdee4bffc490f282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:52:37 +0000 Subject: [PATCH 1/2] Bump crate-ci/typos from 1.35.4 to 1.35.5 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.4 to 1.35.5. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.35.4...v1.35.5) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index ad82d4e306..faaedd5e6a 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v5 - name: Spell Check Repo - uses: crate-ci/typos@v1.35.4 + uses: crate-ci/typos@v1.35.5 with: files: docs/**/**/*.md docs/**/**/*.mdx From 96a4dac77551f3da432fb4b897ca3e419652f84a Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Wed, 27 Aug 2025 11:36:31 -0400 Subject: [PATCH 2/2] typo fix --- .../hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx b/docs/hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx index 26f16f5c06..5e879c0094 100644 --- a/docs/hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx +++ b/docs/hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx @@ -56,7 +56,7 @@ On Geene, you have a number of places where you can store your files. These diff - **Scratch** – used for temporary file storage while running jobs. It is not backed up and files that are unused for over 60 days are purged. It should not be used for long term storage. - **Vast** – flash-drive based system that is optimal for workloads with high I/O rates. Like the `scratch` storage, it is also not backed up and files that are unused for over 60 days are purged. - **Research Project Space (RPS)** – provides data storage space for research projects that is easily shared amongst collaborators, backed up, and not subject to the old file purging policy. Note that it is a paid service. -- **Archive** – provides a space for long-term storage of research output. It is only accessible from the login nodes, so it is unaccessible by running jobs. +- **Archive** – provides a space for long-term storage of research output. It is only accessible from the login nodes, so it is inaccessible by running jobs. ::: ## Nodes