Skip to content

Commit

Permalink
Add spellchecking check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Dec 17, 2024
1 parent f9f95b4 commit 0387e86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Lint docs
run: |
./tools/check-docs.sh
check_spelling:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Check spelling
uses: codespell-project/actions-codespell@v2
check_file_names:
name: Check File Names
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0387e86

Please sign in to comment.