Skip to content

Commit f5ebd5f

Browse files
committed
Add typos to CI
1 parent a1dc1f7 commit f5ebd5f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ jobs:
4545
- name: Run linter
4646
run: |
4747
pylint --rcfile=.pylintrc pyrpm
48+
49+
check-spelling:
50+
runs-on: ubuntu-latest
51+
name: Spell check source files
52+
steps:
53+
- uses: actions/checkout@v5
54+
55+
- name: Check for spelling mistakes
56+
uses: crate-ci/[email protected]

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# .typos.toml (https://github.com/crate-ci/typos)
2+
3+
[files]
4+
extend-exclude = ["tests/**/*.spec"]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 0.x.y (YYYY-MM-DD)
44

55
- Clean up typing; add basedpyright to CI.
6-
- Fix a possible endless loop with recursice macro expansion.
6+
- Fix a possible endless loop with recursive macro expansion.
77
- Add support for Python 3.14.
88
- Drop support for Python 3.9 version.
99

0 commit comments

Comments
 (0)