Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add typos
Browse files Browse the repository at this point in the history
typos

Signed-off-by: Alex Apostolescu <alexx.apostolescu@gmail.com>
Alex-deVis committed Dec 15, 2024

Unverified

No user is associated with the committer email.
1 parent dcdb9df commit 05031c2
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/.typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[default.extend-words]
# word1 = "word2" to correct word1 to word2
# word3 = "word3" to consider word3 a valid word
VAS = "VAS"
[files]
extend-exclude = ["*.svg", "*.drawio"]
13 changes: 6 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -24,13 +24,12 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

misspell:
name: misspell
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
- name: Typos
uses: open-education-hub/actions/typos@add-typos-linter
with:
locale: "US"
level: "info"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: .github/.typos.toml

0 comments on commit 05031c2

Please sign in to comment.