Skip to content

Commit

Permalink
disable codespell for the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Apr 15, 2024
1 parent 59c2ad0 commit 20ef0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
# This is regenerated from commit history
# we cannot rewrite commit history, and I'd rather not correct it
# every time
exclude_file: CHANGELOG.md

0 comments on commit 20ef0b1

Please sign in to comment.