Skip to content

Commit

Permalink
exclude froms-parameter from codespell's checks
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 14, 2024
1 parent 3737a51 commit a7ffccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codespell-exclude
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
froms=ds.repo.get_revisions()[1],
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v1
with:
exclude-file: .codespell-exclude

0 comments on commit a7ffccd

Please sign in to comment.