Skip to content

Commit 1fc82ac

Browse files
Lucas-Cwolfram77
andauthored
MAINT: adding spell-check using typos in CI pipeline (#106)
Co-authored-by: Subhajit Sahu <[email protected]>
1 parent 63ce099 commit 1fc82ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/github-ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
echo `ruff --version`
7777
ruff check pdfly/
7878
79+
- name: Spell Check Repo
80+
uses: crate-ci/[email protected]
81+
7982
package:
8083
name: Build & verify package
8184
runs-on: ubuntu-latest

.typos.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[default]
2+
extend-ignore-identifiers-re = [
3+
"FlateDecode",
4+
]

docs/meta/project-governance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tool.
1818
request, but that is up to the maintainer. Other contributors describe issues,
1919
help to ask questions on existing issues to make them easier to answer,
2020
participate in discussions, and help to improve the documentation. Contributors
21-
are similar to maintainers, but without technial permissions.
21+
are similar to maintainers, but without technical permissions.
2222
* A **user** is a person who imports pdfly into their code. All pdfly users
2323
are developers, but not developers who know the internals of pdfly. They only
2424
use the public interface of pdfly. They will likely have less knowledge about
@@ -102,7 +102,7 @@ An issue is any technical description that aims at bringing pdfly forward:
102102
* Performance tickets: pdfly could be faster - let us know about your specific
103103
scenario.
104104

105-
Any comment that is in those technial descriptions which is not helping the
105+
Any comment that is in those technical descriptions which is not helping the
106106
discussion can be deleted. This is especially true for "me too" comments on bugs
107107
or "bump" comments for desired features. People can express this with 👍 / 👎
108108
reactions.

0 commit comments

Comments
 (0)