Skip to content

Commit

Permalink
code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mgandharva committed Jan 24, 2025
1 parent d499e1d commit 4cdf5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codespell.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Powermax
Powerscale
Powerscale
appliation
2 changes: 1 addition & 1 deletion .github/workflows/spellchecking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/workflows/requirements.txt
pip install codespell
- name: Check spelling with codespell
run: find . -type f -name "*.md" -exec codespell --ignore-words=.github/workflows/codespell.txt {} +
Expand Down

0 comments on commit 4cdf5f8

Please sign in to comment.