Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed May 30, 2024
1 parent 7c1e7db commit 6e9a3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
check_filenames: true
path: ${{github.workspace}}
skip: "*.lua,codespell.yml,*.ts,ChineseChessRule2011.pdf"
ignore_words_list: "doubleclick,msdos,rabits,eArch,pEvent"
skip: "*.lua,codespell.yml,*.ts,ChineseChessRule2011.pdf,Documents/Script/ANIMATE.JS"
ignore_words_list: "doubleclick,msdos,rabits,eArch,pEvent,nEmpty"
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- v2.0.12
- CI: 修改 GITHUB action 发布
- 增加 vcpkg.json
- 复制 ChangLog.md 等文件到 ${CMAKE_INSTALL_DOCDIR}
- 复制 ChangeLog.md 等文件到 ${CMAKE_INSTALL_DOCDIR}
- 使用 [RabbitCommon v2.2.1](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.1)

- v2.0.11
Expand Down

0 comments on commit 6e9a3e9

Please sign in to comment.