Skip to content

Commit a3d1c09

Browse files
committed
fixed codespell referer error
1 parent a3b7ab4 commit a3d1c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- run: pip install --user codespell
16-
- run: codespell --ignore-words-list="aks" --skip="*.sum"
16+
- run: codespell --ignore-words-list="aks,referers,invokable" --skip="*.sum"

0 commit comments

Comments
 (0)