diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-30 17:10:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 17:10:37 +0100 |
| commit | 537426b8880830c3ce4845a1bc1fbc0b5c28f37e (patch) | |
| tree | 475ea06806ae40dd418d4ad62ddd8ab0f0898823 /.github/workflows/codespell.yml | |
| parent | fix: codespell config still references the ui (#2330) (diff) | |
| download | atuin-537426b8880830c3ce4845a1bc1fbc0b5c28f37e.zip | |
chore(ci): codespell again (#2332)
Diffstat (limited to '.github/workflows/codespell.yml')
| -rw-r--r-- | .github/workflows/codespell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7815e34f..b89f007a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -25,4 +25,4 @@ jobs: # This is regenerated from commit history # we cannot rewrite commit history, and I'd rather not correct it # every time - exclude_file: CHANGELOG.md,ui/pnpm-lock.yaml + exclude_file: CHANGELOG.md |
