Skip to content

Commit

Permalink
Check spelling on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 4, 2024
1 parent b603868 commit 8552366
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ jobs:
with:
python-version: "3.x"
- uses: pre-commit/[email protected]

- name: Check spelling
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1

0 comments on commit 8552366

Please sign in to comment.