Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add codespell for docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Jan 21, 2024
1 parent 14e4b53 commit b3b27e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ICICLE
18 changes: 18 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check Spelling

on:
pull_request:
branches:
- main

jobs:
spelling-checker:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
path: docs
# https://github.com/codespell-project/actions-codespell?tab=readme-ov-file#parameter-ignore_words_file
ignore_words_file: .codespellignore
2 changes: 1 addition & 1 deletion docs/icicle/colab-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Wed Jan 17 13:10:18 2024
+---------------------------------------------------------------------------------------+
```

## Clonig ICICLE and running test
## Cloning ICICLE and running test

Now we are ready to clone ICICE repository,

Expand Down

0 comments on commit b3b27e0

Please sign in to comment.