Skip to content

Commit 46a8939

Browse files
authored
Merge pull request #159 from NYU-RTS/dependabot/github_actions/crate-ci/typos-1.35.5
Bump crate-ci/typos from 1.35.4 to 1.35.5
2 parents b764c66 + 96a4dac commit 46a8939

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Spell Check Repo
20-
uses: crate-ci/typos@v1.35.4
20+
uses: crate-ci/typos@v1.35.5
2121
with:
2222
files: docs/**/**/*.md docs/**/**/*.mdx

docs/hpc/13_tutorial_intro_hpc/03_exploring_remote_resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ On Geene, you have a number of places where you can store your files. These diff
5656
- **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.
5757
- **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.
5858
- **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.
59-
- **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.
59+
- **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.
6060
:::
6161

6262
## Nodes

0 commit comments

Comments
 (0)