Skip to content

Commit

Permalink
ci: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Apr 11, 2024
1 parent 78a589a commit 2ae0e05
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-spelling.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pr-spell-check
on: [pull_request]

jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: .github/workflows/typos-config.toml
12 changes: 12 additions & 0 deletions .github/workflows/typos-config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[default.extend-words]
actived = "actived"
formated = "formated"
formate = "formate"
Colum = "Colum"
ba = "ba"
ded = "ded"
thead = "thead"
ans = "ans"

[files]
extend-exclude = ["CHANGELOG.md"]

0 comments on commit 2ae0e05

Please sign in to comment.